From 69150677c9761a40214d0b0bee7a1a834074b3e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D0=B0=D1=81=D0=BF=D0=B5=D1=80?= <68556972+etocasper@users.noreply.github.com> Date: Sun, 31 Dec 2023 02:14:52 +0500 Subject: [PATCH] Update readme & gitignore for macOS --- .gitignore | 3 +++ README.md | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index cae9b8a1..76b2d370 100644 --- a/.gitignore +++ b/.gitignore @@ -30,4 +30,7 @@ Debug/voxel_engine AppDir appimage-build/ +# macOS folder attributes +*.DS_Store + *~ diff --git a/README.md b/README.md index 272f67dd..0df7cb09 100644 --- a/README.md +++ b/README.md @@ -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).