- disable update rule in noobsoletes case if installed package is to be kept, fixes...
[platform/upstream/libsolv.git] / README
diff --git a/README b/README
index 65f8e28..8196396 100644 (file)
--- a/README
+++ b/README
@@ -11,7 +11,7 @@ This code is based on two major, but independent, blocks
 1. Using a dictionary approach to store and retrieve package
    and dependency information.
    
-2. Using satisfyability, a well known and researched topic, for
+2. Using satisfiability, a well known and researched topic, for
    computing package dependencies.
 
 
@@ -24,3 +24,19 @@ Some research papers are in doc/pdf.
 Everything else is below doc.
 
 Please subscribe to zypp-devel@opensuse.org for any questions.
+
+* How to build
+
+Requires: cmake 2.4.x
+
+mkdir build
+cd build
+cmake ..
+make
+
+To install ruby bindings:
+make install
+
+To create a package
+make srcpackage
+see package/