[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua Update Assistance
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 22 Jan 2014 08:55:21 -0200
> So I went here http://www.lua.org/manual/5.2/readme.html and followed the instructions.
Assuming you have downloaded Lua 5.2.3 from lua.org and you have done
"make macosx" in the lua-5.2.3 directory, then you should find a binary
in src/lua. If you then do "make install" then lua will be available in
/usr/local/bin. As others have pointed out, you need to check your path
to see where the shell is looking for lua. The command 'which lua' will
tell you that.