Merge pull request #81 from etocasper/main

Update readme & gitignore for macOS (v16)
This commit is contained in:
MihailRis
2023-12-31 17:56:37 +03:00
committed by GitHub
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -30,4 +30,7 @@ Debug/voxel_engine
AppDir
appimage-build/
# macOS folder attributes
*.DS_Store
*~
+2 -2
View File
@@ -71,7 +71,7 @@ make && sudo make install INSTALL_INC=/usr/include/lua
#### macOS:
```
brew install glfw3 glew glm libpng
brew install glfw3 glew glm libpng lua luajit openal-soft
```
Download, compile and install OpenAL and LuaJIT
If homebrew for some reason could not install the necessary packages: ```lua luajit openal-soft```, then download, install and compile them manually (Lua, LuaJIT and OpenAL).