lua-users home
lua-l archive

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


> 0. How to run Lua scripts from command line?

It seems that the command line version does not support Lua scripts :-(

> 2. Where are build instructions?

For the command line version, this worked fine for me in Mac OS X:
	cd cmdline ; make -f makefile-unix 

> 3. What is the license?

cmdline/main.cpp says "This code is in the public domain."