diff options
author | Klaus Kaempf <kkaempf@suse.de> | 2007-10-02 12:40:07 +0000 |
---|---|---|
committer | Klaus Kaempf <kkaempf@suse.de> | 2007-10-02 12:40:07 +0000 |
commit | 8f8a9ed5192a6737d63364029cb05d91f1d0e399 (patch) | |
tree | 287434efe18f662976f8dad334d489dd60ff6e88 /INSTALL | |
download | libsolv-8f8a9ed5192a6737d63364029cb05d91f1d0e399.tar.gz libsolv-8f8a9ed5192a6737d63364029cb05d91f1d0e399.tar.bz2 libsolv-8f8a9ed5192a6737d63364029cb05d91f1d0e399.zip |
current state of 'sat-solver'
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -0,0 +1,26 @@ +Compiling and installing the software + + +** This is a research project, NOT a complete tool. ** + + +Requirements + +- C compiler +- automake/autoconf/libtool +- make +- expat +- db-4.3 + +Steps to compile + +1. sh bootstrap +2. ./configure +3. make + + +Steps to run the testsuite + +1. cd testsuite +2a. ./runtest.rb --redcarpet data.libredcarpet +2b. ./runtest.rb data.libzypp |