]> 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 02b60260b610324ea72eefb4f1917f880ec23001..1ababdc4aa526c910c4ac48acfd1381746fba508 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -3,24 +3,22 @@ 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
  * xz
+ * beecrypt (requires libgomp)
+ * popt
+ * libelf
+ * elfutils
 
 
 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.