Доработал файл сборки и поправил создание окна для macOS

This commit is contained in:
Nelonn
2023-12-10 16:22:25 +03:00
parent 5bc75c3f2d
commit eba062f750
4 changed files with 24 additions and 6 deletions
+7 -1
View File
@@ -22,7 +22,7 @@ git clone --recursive https://github.com/MihailRis/VoxelEngine-Cpp.git
cd VoxelEngine-Cpp
mkdir build
cd build
cmake ../
cmake ..
cmake --build .
```
@@ -39,3 +39,9 @@ If you use X11
If you use Wayland
`$ sudo pacman -S glfw-wayland glew glm libpng openal`
#### macOS:
`$ brew install glfw3 glew glm libpng`
Download, compile and install OpenAL