|
> I just got a macbook air, can someone help me get lua on it? I have Xcode and I copied and pastedIf you want to install do
>
> curl -R -O http://www.lua.org/ftp/lua-5.2.2.tar.gz
> tar zxf lua-5.2.2.tar.gz
> cd lua-5.2.2
> make macosx test
>
> into the terminal and but I don't think I have it.
make install
You probably need to do
sudo make install