masqmail-0.2

diff 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
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/docs/INSTALL.ipaq	Sat May 29 22:53:42 2010 +0200
     1.3 @@ -0,0 +1,15 @@
     1.4 +For a cross compiler:
     1.5 +
     1.6 +Download ipaq-config.site from http://masqmail.cx/ipaq/cross/. There
     1.7 +are also some more instructions.
     1.8 +
     1.9 +export CONFIG_SITE=./ipaq-config.site
    1.10 +
    1.11 +./configure --with-glib-prefix=/skiff/local/ \
    1.12 +	--disable-smtp-server --disable-resolver \
    1.13 +	--with-group=mail --disable-debug --enable-auth
    1.14 +make
    1.15 +
    1.16 +su
    1.17 +make DESTDIR=/tmp/masqmail install
    1.18 +