]> git.ipfire.org Git - people/ms/pakfire.git/blob - INSTALL
CFLAGS: Remove --param=ssp-buffer-size=4 which has no effect with -fstack-protector...
[people/ms/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.