summaryrefslogtreecommitdiffstats
path: root/INSTALL_CVS
blob: d45890154783cbc53c22bfd6e03c8cfe02b4081c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
If you install from CVS, call

./autogen.sh
make
make install

To make a distribution tarball do

./autogen.sh
make -C docs
make distcheck

See the INSTALL and TROUBLESHOOTING file for more information.

Note: If you are building the python bindings, automake-1.9 has some
minor improvements over automake-1.7 in the py-compile script used to
byte-compile the *.py files.  You may change REQUIRED_AUTOMAKE_VERSION
to 1.9 in autogen.sh if you wish.