lua-users home
lua-l archive

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


> 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