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
commit cae95ba9b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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).