]> git.ipfire.org Git - pakfire.git/blobdiff - INSTALL
httpclient: Don't store finished transfers internally
[pakfire.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 180b22bba294304d6748755c1327b3f57e549ec7..1ababdc4aa526c910c4ac48acfd1381746fba508 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,13 +1,24 @@
 
-# Requirements #
+For general information about pakfire see README.
 
- * Python 2.x (only tested with 2.7 so far)
- * python-distutils-extra (for install)
- * pyliblzma
- * python-progressbar
- * python-xattr
+Requirements:
+ * Python 2.6 or greater (not Python 3.x)
+ * python-argsparse (included in Python 2.7)
+ * libcap
+ * libsolv
+ * xz
+ * beecrypt (requires libgomp)
+ * popt
+ * libelf
+ * elfutils
 
 
-# Install instructions #
+Install instructions:
 
-Run   make install   as the root user and you are done.
+Run
+
+  ./configure ...
+  make
+  make install
+
+as the root user and you are done.