annotate docs/INSTALL.ipaq @ 211:0f36c0a46f82
replaced hmac_md5.c with an own implementation of RFC 2104
Until now the sample code of the RFC itself was used,
but it lacked a license or copyright notice.
See the comment in hmac_md5.c for details.
author |
meillo@marmaro.de |
date |
Sun, 18 Jul 2010 22:20:36 +0200 |
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
|