lua-users home
lua-l archive

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


> It's possible to build Lua without readline but it does make the
> command prompt more usable.

Here's one way:

	cd src; make linux; rm lua lua.o; make posix MYLIBS="-ldl -Wl,-E"