lua-users home
lua-l archive

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


okay, I've figured out a lot, and I want to install lua, but I don't have the permissions. How do I get them?
On Oct 11, 2013, at 4:02 PM, Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br> wrote:

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