File: README.autoconf

package info (click to toggle)
ion3 20050502-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 5,188 kB
  • ctags: 5,450
  • sloc: ansic: 39,916; perl: 2,445; sh: 1,229; makefile: 639; ruby: 90
file content (45 lines) | stat: -rw-r--r-- 908 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45

Ion autoconf script README


CONFIGURE SCRIPT OPTIONS

The Ion-specific options to ./configure are:

    --disable-xinerama
    --disable-xfree86-textprop-bug-workaround
    --enable-Xutf8
    --disable-shared
    --with-lua* (see DEBIAN NOTES below)
    --enable-c99-source
    --enable-xopen-source
    --disable-locale
    --enable-sun-f1x-remap

Run ./configure --help for more information on these options. The
defaults are chosen to generate a configuration very similar to the
Ion default.


DEBIAN NOTES

If you are using the Lua 5.0 package on Debian then use

    ./configure --with-lua-suffix=50 \
    --with-lua-includes=/usr/include/lua50

This will allow the script to find the Lua headers, binaries and
libraries as renamed and located on Debian.


CYGWIN NOTES

Under Cygwin you must use statically linked modules:

    ./configure --disabled-shared


AUTHORS

Tom Payne <ion@tompayne.org>