]>
Commit | Line | Data |
---|---|---|
c6ef9b36 | 1 | |
6a4f89be | 2 | For general information about pakfire see README. |
c6ef9b36 | 3 | |
6a4f89be MT |
4 | Requirements: |
5 | * Python 2.6 or greater (not Python 3.x) | |
6a4f89be | 6 | * python-argsparse (included in Python 2.7) |
3c0e282f | 7 | * libcap |
6a4f89be | 8 | * libsolv |
97d7d682 | 9 | * xz |
3ce6a8ad MT |
10 | * beecrypt (requires libgomp) |
11 | * popt | |
12 | * libelf | |
13 | * elfutils | |
c6ef9b36 MT |
14 | |
15 | ||
6a4f89be | 16 | Install instructions: |
c6ef9b36 | 17 | |
b0c6a41a MT |
18 | Run |
19 | ||
20 | ./configure ... | |
21 | make | |
22 | make install | |
23 | ||
24 | as the root user and you are done. |