lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> 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.