nDo one of the following:
make # auto-select one of the predefined makefiles and build newLISP
make help # display this help
make install # install on LINUX/UNIX in /usr/bin and /usr/share (need to be root)
make uninstall # uninstall on LINUX/UNIX from /usr/bin and /usr/share (need to be root)
make install_home # install on LINUX/UNIX in users home directory
make uninstall_home # uninstall on LINUX/UNIX from users home directory
make clean # remove all *.o and .tar files etc. USE BETWEEN FLAVORS!
make check # run qa-dot, qa-net, qa-xml etc. test scripts
make test # same as 'make check'
make version # replace version number in several files after changing in Makefile
make bench # benchmark relative to 32-bit Mac OS 10.5 on MacMini 1.83Ghz
Note! on some systems use gmake instead of make.
Note! not all makefiles are listed in this help, specifically 64-bit versions.
Readline is for commandline editing support and requires libreadline and headerfiles.
Not all makefiles contain libreadline support, but is easy to add (see other makefieles).
If there is no UTF-8 option for your OS, consult makefile_xxx.
For more customization options (exe dir, install dir, 64-biti, etc) see the file doc/INSTALL