summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorStephan Kulow <coolo@suse.de>2007-11-13 15:15:07 +0000
committerStephan Kulow <coolo@suse.de>2007-11-13 15:15:07 +0000
commit7089df91cf4a0dad257cbf43d25cea7890f10237 (patch)
treeed239676ca9abc3a5726f556ec68897de5e34fbb /INSTALL
parent834b535e284261e37f01c7e3d1a1d7bb724ac83c (diff)
downloadlibsolv-7089df91cf4a0dad257cbf43d25cea7890f10237.tar.gz
libsolv-7089df91cf4a0dad257cbf43d25cea7890f10237.tar.bz2
libsolv-7089df91cf4a0dad257cbf43d25cea7890f10237.zip
Duncan forgot the docu
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL7
1 files changed, 3 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index 277c77b..291dfe1 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