Files
VoxelEngine/README.md
T
2021-09-09 00:19:50 +03:00

510 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

$ make

$ cd ..

$ ./Debug/voxel_engine