parse global repository ids. [bnc#377568]
[platform/upstream/libsolv.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 277c77b..854c9b9 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -7,16 +7,17 @@ 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. mkdir build
+2. cd build
+3. cmake ..
+4. make
 
 
 Steps to run the testsuite