trunk: changeset 1886
[notion/jeffpc.git] / README.autoconf
blob9ffa051ecc3a24cb671011e534646aba9817faa7
2 Ion autoconf script README
5 CONFIGURE SCRIPT OPTIONS
7 The Ion-specific options to ./configure are:
9     --disable-xinerama
10     --disable-xfree86-textprop-bug-workaround
11     --enable-Xutf8
12     --disable-shared
13     --with-lua* (see DEBIAN NOTES below)
14     --enable-c99-source
15     --enable-xopen-source
16     --disable-locale
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
21 Ion default.
24 DEBIAN NOTES
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.
35 CYGWIN NOTES
37 Under Cygwin you must use statically linked modules:
39     ./configure --disabled-shared
42 AUTHORS
44 Tom Payne <ion@tompayne.org>