]> git.ipfire.org Git - pakfire.git/blobdiff - INSTALL
tests: Migrate other Python tests to the new framework
[pakfire.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 32b5205cfdabefb99e55797ddaa696a6250877ec..1ababdc4aa526c910c4ac48acfd1381746fba508 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -3,7 +3,6 @@ For general information about pakfire see README.
 
 Requirements:
  * Python 2.6 or greater (not Python 3.x)
- * python-progressbar
  * python-argsparse (included in Python 2.7)
  * libcap
  * libsolv
@@ -16,15 +15,10 @@ Requirements:
 
 Install instructions:
 
-Run   make && make install   as the root user and you are done.
+Run
 
+  ./configure ...
+  make
+  make install
 
-Binary packages:
-
- Binaries are available for at least Fedora at:
-
- Open build service:
- https://build.opensuse.org/project/show?project=home%3Amstremer%3Apakfire
-
- See the announcement:
- http://planet.ipfire.org/post/pakfire-3-rpm-packages-available-for-fedora-14-15
+as the root user and you are done.