README update
This commit is contained in:
parent
329ce2ec8f
commit
58ef13e402
27
README.md
27
README.md
@ -1,28 +1,29 @@
|
||||
# Run in windows with compiled executable file
|
||||
# Run in windows with compiled executable file:
|
||||
|
||||
[EXE for windows](https://drive.google.com/file/d/1lkFc5nyYOs0Yyu1wmOoAAwEp4r9jO1tE/view?usp=sharing)<br>
|
||||
[MinGW libraries (include & lib) + glew32.dll](https://drive.google.com/file/d/1k1Hnbz2Uhr4-03upt2yHxKws396HQDra/view?usp=sharing)
|
||||
|
||||
# Run in linux with
|
||||
# Run in linux:
|
||||
`$ git clone https://github.com/MihailRis/VoxelEngine-Cpp.git`
|
||||
|
||||
`$ cd VoxelEngine-Cpp/Debug`
|
||||
|
||||
### Debian-based distro:
|
||||
|
||||
$ sudo apt install libglfw3-dev libglfw3 libglew-dev libglm-dev libpng-dev libopenal-dev
|
||||
|
||||
### RHEL-based distro:
|
||||
|
||||
$ sudo dnf install glfw-devel glfw glew-devel glm-devel libpng-devel
|
||||
|
||||
`$ make`
|
||||
|
||||
`$ cd ..`
|
||||
`$ ./voxel_engine`
|
||||
|
||||
`$ ./Debug/voxel_engine`
|
||||
## Instal libs:
|
||||
#### Debian-based distro:
|
||||
`$ sudo apt install libglfw3-dev libglfw3 libglew-dev libglm-dev libpng-dev libopenal-dev`
|
||||
|
||||
# Note for MinGW compiling
|
||||
#### RHEL-based distro:
|
||||
`$ sudo dnf install glfw-devel glfw glew-devel glm-devel libpng-devel`
|
||||
|
||||
|
||||
# Note for fix string erorr:
|
||||
To fix problem, uncomment `#include <string>` in `src/files/WorldFiles.h`.
|
||||
|
||||
|
||||
# Note for MinGW compiling:
|
||||
To fix problem with `#include <mingw.thread.h>` get headers `mingw.thread.h` and `mingw.invoke.h` from:
|
||||
https://github.com/meganz/mingw-std-threads
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user