annotate docs/INSTALL.ipaq @ 434:f2a7271746d1
default tip
Removes Freshmeat.net from the docs
The site, which was later renamed to freecode.com, is no longer
maintained (contains only a static copy).
author |
markus schnalke <meillo@marmaro.de> |
date |
Sat, 07 Feb 2015 11:45:07 +0100 |
parents |
941413084f56 |
children |
|
rev |
line source |
0
|
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
|