Mercurial > masqmail-0.2
comparison docs/INSTALL.agenda @ 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.agenda@08114f7dcc23 |
children |
comparison
equal
deleted
inserted
replaced
58:6ab62592cac4 | 59:941413084f56 |
---|---|
1 | |
2 prerequesites: | |
3 -------------- | |
4 cp /usr/lib/glib-config /usr/mipsel-linux/bin | |
5 and apply this patch: | |
6 | |
7 3c3 | |
8 < prefix=/usr | |
9 --- | |
10 > prefix=/usr/mipsel-linux/ | |
11 | |
12 | |
13 compile | |
14 ------- | |
15 export CONFIG_SITE=./agenda-config.site | |
16 | |
17 ./configure --prefix=/usr/local/ --with-spooldir=/flash/spool/masqmail/ --with-glib-prefix=/usr/mipsel-linux/ --disable-smtp-server --disable-resolver --with-group=mail --disable-debug --enable-auth | |
18 make | |
19 | |
20 mipsel-linux-strip --remove-section=.comment --remove-section=.note --strip-unneeded src/masqmail | |
21 | |
22 install | |
23 ------- | |
24 | |
25 # Become root and do: | |
26 make DESTDIR=/tmp/agenda-masqmail/ install | |
27 | |
28 # make the configuration directory writable for user mail | |
29 # (this is needed for sqilconf) | |
30 chown mail.mail /tmp/agenda-masqmail/etc/masqmail/ | |
31 chmod g+rw /tmp/agenda-masqmail/etc/masqmail/ | |
32 | |
33 # delete man pages and unneeded binaries: | |
34 rm -rf /tmp/agenda-masqmail/usr/local/man/ /tmp/agenda-masqmail/usr/local/bin/ | |
35 | |
36 You can now rsync the files you need to your agenda from DESTDIR. | |
37 |