gui: Make curses_active a bool.
[paraslash.git] / INSTALL
1 Any knowledge of how to work with mouse and icons is not required.
2
3 From tarball:
4
5         ./configure && make && sudo make install
6
7 From git:
8
9         ./autogen.sh && sudo make install
10
11 Example for cross-compiling:
12
13         export CROSS_COMPILE='armv6j-hardfloat-linux-gnueabi-'
14         export PATH="/usr/cross/arm/bin:$PATH"
15         export CC=${CROSS_COMPILE}gcc
16
17         export LDFLAGS='
18                 -L/usr/sysroot/arm/lib
19                 -L/usr/sysroot/arm/usr/lib
20                 -L/usr/sysroot/arm/usr/lib/glibc/lib
21                 -L/usr/sysroot/arm/usr/local/ssl/lib
22         '
23         autoconf
24         autoheader
25         ./configure --host=arm-linux-gnueabi --prefix /usr/sysroot/arm/usr/local
26         make CROSS_COMPILE=$CROSS_COMPILE
27
28 For details see the user manual:
29
30         http://paraslash.systemlinux.org/manual.html