VoxelEngine/README.md
2022-03-12 23:59:05 +03:00

703 B

Run in windows with compiled executable file

EXE for windows
MinGW libraries (include & lib) + glew32.dll

Run in linux with

$ git clone https://github.com/MihailRis/VoxelEngine-Cpp.git

$ cd VoxelEngine-Cpp/Debug

$ sudo apt install libglfw3-dev libglfw3 libglew-dev libglm-dev libpng-dev

$ make

$ cd ..

$ ./Debug/voxel_engine

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