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

pull/4409/head
Martín Fernández 5 years ago committed by Frans de Jonge
parent a57fd4fef8
commit ca64b07986

@ -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
```

Loading…
Cancel
Save