• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Installation:
2  ./autogen.sh
3  ./configure --prefix=/some/prefix
4  make
5  make install
6Cleanup:
7  make distclean
8  ./autoclean.sh
9