VoxelEngine/README.md
MihailRis 931a42c24e
fixed EXE file link
replaced link, that contains redirection from youtube video, with direct link
2021-08-20 19:01:11 +03:00

17 lines
379 B
Markdown

# Run in windows with compiled executable file
[EXE for windows](https://drive.google.com/file/d/144OKgfC_AuhnVf37zlSvmHaY8Rd-KZLN/view?usp=sharing)
# 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`