abac0-leakabac0-meicompt_changesgec13mei-idmei-rt0-nmei_rt0mei_rt2mei_rt2_fix_1meiyap-rt1meiyap1rt2tvf-new-xml
Last change
on this file since 00d21a1 was
0465275,
checked in by Mike Ryan <mikeryan@…>, 14 years ago
|
configure flags for significantly improved RNG performance
|
-
Property mode set to
100644
|
File size:
788 bytes
|
Rev | Line | |
---|
[c0bdce8] | 1 | For Java installation instructions, see doc/java_install. |
---|
| 2 | |
---|
[02888af] | 3 | Prior to building libabac you must install libstrongswan. |
---|
| 4 | |
---|
| 5 | Download strongswan-4.4.0 from strongswan.org: |
---|
| 6 | http://download.strongswan.org/strongswan-4.4.0.tar.bz2 |
---|
| 7 | |
---|
[6aac9f8] | 8 | FreeBSD users: add --with-group=wheel to strongswan ./configure |
---|
| 9 | |
---|
[02888af] | 10 | $ tar xjvf strongswan-4.4.0.tar.bz2 |
---|
| 11 | $ cd strongswan-4.4.0 |
---|
[0465275] | 12 | $ # FreeBSD: see note above about configure flags |
---|
| 13 | $ ./configure --enable-monolithic --disable-gmp --enable-openssl |
---|
[02888af] | 14 | $ cd src/libstrongswan |
---|
| 15 | $ make && sudo make install |
---|
| 16 | |
---|
[f675a89] | 17 | Be sure to make note of the directory into which you've untarred |
---|
| 18 | strongswan-4.4.0.tar.bz2. You will use this in the next step. |
---|
[02888af] | 19 | |
---|
| 20 | BUILDING LIBABAC |
---|
| 21 | |
---|
[b632f80] | 22 | $ STRONGSWAN_SRC_DIR=path/to/strongswan-4.4.0 |
---|
[02888af] | 23 | $ ./configure --with-strongswan=$STRONGSWAN_SRC_DIR |
---|
| 24 | $ make && sudo make install |
---|
Note: See
TracBrowser
for help on using the repository browser.