]> git.ipfire.org Git - pakfire.git/blob - INSTALL
Performance check: Count iterations as unsigned long
[pakfire.git] / INSTALL
1
2 For general information about pakfire see README.
3
4 Requirements:
5 * Python 2.6 or greater (not Python 3.x)
6 * python-argsparse (included in Python 2.7)
7 * libcap
8 * libsolv
9 * xz
10 * beecrypt (requires libgomp)
11 * popt
12 * libelf
13 * elfutils
14
15
16 Install instructions:
17
18 Run
19
20 ./configure ...
21 make
22 make install
23
24 as the root user and you are done.