]> git.ipfire.org Git - people/ms/pakfire.git/blame_incremental - INSTALL
libpakfire: Drop the stupid namespace stuff
[people/ms/pakfire.git] / INSTALL
... / ...
CommitLineData
1
2For general information about pakfire see README.
3
4Requirements:
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
16Install instructions:
17
18Run
19
20 ./configure ...
21 make
22 make install
23
24as the root user and you are done.