2 Ion autoconf script README
5 CONFIGURE SCRIPT OPTIONS
7 The Ion-specific options to ./configure are:
10 --disable-xfree86-textprop-bug-workaround
13 --with-lua* (see DEBIAN NOTES below)
17 --enable-sun-f1x-remap
19 Run ./configure --help for more information on these options. The
20 defaults are chosen to generate a configuration very similar to the
26 If you are using the Lua 5.0 package on Debian then use
28 ./configure --with-lua-suffix=50 \
29 --with-lua-includes=/usr/include/lua50
31 This will allow the script to find the Lua headers, binaries and
32 libraries as renamed and located on Debian.
37 Under Cygwin you must use statically linked modules:
39 ./configure --disabled-shared
44 Tom Payne <ion@tompayne.org>