]> git.ipfire.org Git - people/stevee/pakfire.git/blobdiff - INSTALL
file: Be smarter when removing files
[people/stevee/pakfire.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index c234ed000f43e68253612f776131851186e4110d..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)
- * pyliblzma
- * python-progressbar
- * python-xattr
  * 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.