add luarocks package to mac instructions, update lua to new name

This commit is contained in:
Martín Fernández
2018-12-18 11:32:51 +01:00
committed by Frans de Jonge
parent a57fd4fef8
commit ca64b07986

View File

@@ -115,7 +115,7 @@ This will allow you to build the *exact* same TCs used to build the nightlies, t
On Mac OS X you may need to install the following tools using [Homebrew](https://brew.sh/):
```
brew install nasm binutils libtool autoconf automake cmake makedepend sdl2 lua51 gettext pkg-config wget md5sha1sum
brew install nasm binutils libtool autoconf automake cmake makedepend sdl2 lua@5.1 luarocks gettext pkg-config wget md5sha1sum
echo 'export PATH="/usr/local/opt/gettext/bin:$PATH"' >> "$HOME"/.bash_profile
```