• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1If you're using CVS, you will have to first run:
2
3./autogen.sh
4
5To install, just do it the normal GNU way:
6
7./configure
8make
9make install
10
11To run the regression tests:
12
13make check
14