diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ + +COMPILATION: + - "make -f Makefile.cvs" (usually not needed for distributed tarballs) + - "./configure --enable-debug=full" (check ./configure --help for other options) + - "make" + +INSTALLATION: + - "make install" (as root) |