blob: 2fc9816a79d7bbc209f5aa12119a12d4c5cccd85 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
To build from subversion sources, do the following:
./svn-prepare.sh
./autogen.sh
./configure
make
make install
You will need recent versions of GNU automake and
autoconf in order to build from the SVN tree.
The './svn-prepare.sh' script requires some shared code
in the directory ../common (relative to the package root
directory).
The README.txt file in the distribution is auto-generated
from perl ".pod" format by the "pod2text" included in most
Perl distributions.
marmosets,
Bryan
|