source: doc/INSTALL @ 0465275

abac0-leakabac0-meicompt_changesgec13mei-idmei-rt0-nmei_rt0mei_rt2mei_rt2_fix_1meiyap-rt1meiyap1rt2tvf-new-xml
Last change on this file since 0465275 was 0465275, checked in by Mike Ryan <mikeryan@…>, 13 years ago

configure flags for significantly improved RNG performance

  • Property mode set to 100644
File size: 788 bytes
Line 
1For Java installation instructions, see doc/java_install.
2
3Prior to building libabac you must install libstrongswan.
4
5Download strongswan-4.4.0 from strongswan.org:
6    http://download.strongswan.org/strongswan-4.4.0.tar.bz2
7
8FreeBSD users: add --with-group=wheel to strongswan ./configure
9
10$ tar xjvf strongswan-4.4.0.tar.bz2
11$ cd strongswan-4.4.0
12$ # FreeBSD: see note above about configure flags
13$ ./configure --enable-monolithic --disable-gmp --enable-openssl
14$ cd src/libstrongswan
15$ make && sudo make install
16
17Be sure to make note of the directory into which you've untarred
18strongswan-4.4.0.tar.bz2. You will use this in the next step.
19
20BUILDING LIBABAC
21
22$ STRONGSWAN_SRC_DIR=path/to/strongswan-4.4.0
23$ ./configure --with-strongswan=$STRONGSWAN_SRC_DIR
24$ make && sudo make install
Note: See TracBrowser for help on using the repository browser.