From: Stephan Kulow Date: Tue, 13 Nov 2007 15:15:07 +0000 (+0000) Subject: Duncan forgot the docu X-Git-Tag: BASE-SuSE-Code-12_1-Branch~308^2~828 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7089df91cf4a0dad257cbf43d25cea7890f10237;p=thirdparty%2Flibsolv.git Duncan forgot the docu --- diff --git a/INSTALL b/INSTALL index 277c77b5..291dfe15 100644 --- 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