Update readme & gitignore for macOS
This commit is contained in:
parent
861c7f6c76
commit
69150677c9
3
.gitignore
vendored
3
.gitignore
vendored
@ -30,4 +30,7 @@ Debug/voxel_engine
|
||||
AppDir
|
||||
appimage-build/
|
||||
|
||||
# macOS folder attributes
|
||||
*.DS_Store
|
||||
|
||||
*~
|
||||
|
||||
@ -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).
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user