[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Installing Lua and add-ons
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 9 Apr 2012 18:34:36 -0300
> how would I install 5.1 and do I need to uninstall 5.2 to prevent interference.
Lua 5.2 supports uninstall:
make uninstall
but, if you install Lua 5.1 from source then it'll replace the 5.2 files:
curl -R -O http://www.lua.org/ftp/lua-5.1.5.tar.gz
tar zxf lua-5.1.5.tar.gz
cd lua-5.1.5
make macosx install