Lines Matching +full:debian +full:- +full:build +full:- +full:testing
7 [](https:/…
16 SELinux-based system.
24 ------------
28 * Alpine Linux (https://pkgs.alpinelinux.org/package/edge/testing/x86/policycoreutils)
31 * Debian and Ubuntu (https://packages.debian.org/sid/policycoreutils)
32 * Gentoo (https://packages.gentoo.org/packages/sys-apps/policycoreutils)
34 * Yocto Project (http://git.yoctoproject.org/cgit/cgit.cgi/meta-selinux/tree/recipes-security/selin…
38 Building and testing
39 --------------------
41 Build dependencies on Fedora:
46 audit-libs-devel \
48 bzip2-devel \
49 CUnit-devel \
54 glib2-devel \
56 libcap-devel \
57 libcap-ng-devel \
58 pam-devel \
59 pcre2-devel \
64 python3-devel \
65 python3-pip \
66 python3-setuptools \
67 python3-wheel \
68 ruby-devel \
72 Build dependencies on Debian:
76 apt-get install --no-install-recommends --no-install-suggests \
83 libaudit-dev \
84 libbz2-dev \
85 libcap-dev \
86 libcap-ng-dev \
87 libcunit1-dev \
88 libglib2.0-dev \
89 libpcre2-dev \
96 apt-get install --no-install-recommends --no-install-suggests \
97 python3-dev \
98 python3-pip \
99 python3-setuptools \
100 python3-wheel \
101 ruby-dev \
105 To build and install everything under a private directory, run:
109 make DESTDIR=~/obj install install-rubywrap install-pywrap
111 On Debian `PYTHON_SETUP_ARGS='--install-option "--install-layout=deb"'` needs to be set when instal…
122 (overwriting any previously installed ones - dangerous!),
125 make LIBDIR=/usr/lib64 SHLIBDIR=/lib64 install install-pywrap relabel
127 or on x86 (32-bit), run:
129 make install install-pywrap relabel
139 to provide a reasonable set of default flags, custom CFLAGS could break the build, or have other un…
140 changes on the build output. Thus, be very careful when setting CFLAGS. CFLAGS that are encouraged …
143 - -fno-semantic-interposition for gcc or compilers that do not do this. clang does this by default.…
148 -----