comparison docs/INSTALL.ipaq @ 59:941413084f56

updated docs; moved files around updated the INSTALL file with content from the old website moved *agenda* and *ipaq files to docs (are they still relevant?)
author meillo@marmaro.de
date Sat, 29 May 2010 22:53:42 +0200
parents INSTALL.ipaq@08114f7dcc23
children
comparison
equal deleted inserted replaced
58:6ab62592cac4 59:941413084f56
1 For a cross compiler:
2
3 Download ipaq-config.site from http://masqmail.cx/ipaq/cross/. There
4 are also some more instructions.
5
6 export CONFIG_SITE=./ipaq-config.site
7
8 ./configure --with-glib-prefix=/skiff/local/ \
9 --disable-smtp-server --disable-resolver \
10 --with-group=mail --disable-debug --enable-auth
11 make
12
13 su
14 make DESTDIR=/tmp/masqmail install
15