Update readme & gitignore for macOS

This commit is contained in:
Каспер 2023-12-31 02:14:52 +05:00
parent 861c7f6c76
commit 69150677c9
2 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View File

@ -30,4 +30,7 @@ Debug/voxel_engine
AppDir
appimage-build/
# macOS folder attributes
*.DS_Store
*~

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).