From a7a4b33f07472e7d0cf2b0f808f3d248d3a02061 Mon Sep 17 00:00:00 2001 From: LINUX_ADMIN <73735838+linux-admin0001@users.noreply.github.com> Date: Fri, 20 Aug 2021 18:48:16 +0300 Subject: [PATCH] Create description for this project --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..960be8ae --- /dev/null +++ b/README.md @@ -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`