[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua on mac
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 11 Oct 2013 18:02:57 -0300
> I just got a macbook air, can someone help me get lua on it? I have Xcode and I copied and pasted
>
> 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.
If you want to install do
make install
You probably need to do
sudo make install