]> git.decadent.org.uk Git - ion3.git/blob - build/ac/README.autoconf
[svn-upgrade] Integrating new upstream version, ion3 (20070318)
[ion3.git] / build / ac / README.autoconf
1
2 Ion autoconf script README
3
4
5 CONFIGURE SCRIPT OPTIONS
6
7 The Ion-specific options to ./configure are:
8
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
18
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.
22
23
24 DEBIAN NOTES
25
26 If you are using the Lua 5.1 package on Debian then use
27
28     ./configure --with-lua-suffix=5.1 \
29     --with-lua-includes=/usr/include/lua5.1
30
31 This will allow the script to find the Lua headers, binaries and
32 libraries as renamed and located on Debian.
33
34
35 CYGWIN NOTES
36
37 Under Cygwin you must use statically linked modules:
38
39     ./configure --disabled-shared
40
41
42 AUTHORS
43
44 Tom Payne <ion@tompayne.org>
45