aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
blob: 18495f2548c6dd881842f01899335a102afdcf4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
If you're using CVS, you will have to first run:

./autogen.sh

To install, just do it the normal GNU way:

./configure
make
make install

To run the regression tests:

make check