forked from libreswan/libreswan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
36 lines (26 loc) · 846 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Please read the documentation in docs or at https://libreswan.org/
Specific vendors/distribution build instructions available in packaging/
Build requirements
------------------
bison flex pkgconfig gcc make xmlto
nss nspr libevent
for systemd: pkgconfig hostname systemd
for pam/xauth: pam
for dnssec support: unbound ldns
for legacy FIPS support: fipscheck
for libcap-ng support: libcap-ng
for CRL fetching support: libcurl
for CRL ldap fetching support: openldap
for audit support: audit-libs
for seccomp support: libseccomp
for labeled ipsec support: libselinux
for man page regeneration: xmlto
Building userland
-----------------
make all
sudo make install
For a minimal install (no manpages) type:
make base
sudo make install-base
The file Makefile.inc.local can be used to enable/disable features
configured by mk/config.mk.