Create description for this project

This commit is contained in:
LINUX_ADMIN 2021-08-20 18:48:16 +03:00 committed by GitHub
parent b5f3fdacc0
commit a7a4b33f07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

16
README.md Normal file
View File

@ -0,0 +1,16 @@
# Run in windows with compiled executable file
[EXE for windows](https://www.youtube.com/redirect?event=video_description&redir_token=QUFFLUhqbTMwT2t4MnhLSVo0TDdUaGVBLXQ3TUlISzRtUXxBQ3Jtc0trUTNDcUZDd1RHdVFMZmZIT01qZ3VZaUVMN2JIYVF0aUxKME9XSDdkRVhRR2c4RjQzekhLSTR5TXFfb0RpcnRnM3dVZXVFNEFNN0hHSkZpNkFRWU1aZHdpOXNTdjRVbXg1VlEweDFPOURPWWZLaG1wbw&q=https%3A%2F%2Fdrive.google.com%2Ffile%2Fd%2F144OKgfC_AuhnVf37zlSvmHaY8Rd-KZLN%2Fview%3Fusp%3Dsharing)
# 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`