]> Pileus Git - ~andy/fetchmail/blob - README.svn
don't complain about READ-ONLY IMAP folders in --fetchall --keep mode.
[~andy/fetchmail] / README.svn
1 In order to be able to build from the subversion repository (working
2 directory), some files need to be (re-)generated.
3
4 Note that these generated files will be shipped with "make dist",
5 so the end user will not need these packages.
6
7 The prerequisite packages are:
8
9 - GNU autoconf >= 2.54
10 - GNU automake >= 1.7
11 - GNU gettext >= 0.13
12 - GNU m4
13 - bison or yacc
14 - flex or lex
15
16 On FreeBSD, install the gnu-autoconf and gnu-automake ports
17 and add /usr/local/gnu-autotools/bin to your PATH.
18
19 After you have these installed, type:
20
21 $ ./autogen.sh
22
23 This will take a while and may print a lot of messages containing
24 "warning: unquoted definition of..." which are harmless.
25
26 After that, build as usual, with
27
28 $ ./configure --with-options
29 $ make
30 (become root)
31 # make install-strip
32
33 -- Matthias Andree, 2005-09-25