masqmail-0.2

diff INSTALL.ipaq @ 0:08114f7dcc23

this is masqmail-0.2.21 from oliver kurth
author meillo@marmaro.de
date Fri, 26 Sep 2008 17:05:23 +0200
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/INSTALL.ipaq	Fri Sep 26 17:05:23 2008 +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 +