]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Duncan forgot the docu
authorStephan Kulow <coolo@suse.de>
Tue, 13 Nov 2007 15:15:07 +0000 (15:15 +0000)
committerStephan Kulow <coolo@suse.de>
Tue, 13 Nov 2007 15:15:07 +0000 (15:15 +0000)
INSTALL

diff --git a/INSTALL b/INSTALL
index 277c77b5d8ca9f98d9700f198c68372d367520ca..291dfe1546a82e1bfdc9da3b07634b87cce80312 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -7,16 +7,15 @@ Compiling and installing the software
 Requirements
 
 - C compiler
-- automake/autoconf/libtool
+- cmake
 - make
 - expat
 - db-4.3
 
 Steps to compile
 
-1. sh bootstrap
-2. ./configure
-3. make
+1. cmake .
+2. make
 
 
 Steps to run the testsuite