From ca64b0798674100cc6ecace66a16ced466064d56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Fern=C3=A1ndez?= Date: Tue, 18 Dec 2018 11:32:51 +0100 Subject: [PATCH] add luarocks package to mac instructions, update lua to new name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9c5886f3..9af6a8dc1 100644 --- a/README.md +++ b/README.md @@ -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 ```