source: doc/INSTALL @ c0bdce8

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

java build instructions

  • Property mode set to 100644
File size: 736 bytes
RevLine 
[c0bdce8]1For Java installation instructions, see doc/java_install.
2
[02888af]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
[6aac9f8]8FreeBSD 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
[6aac9f8]12$ ./configure --enable-monolithic    [FreeBSD: see note above]
[02888af]13$ cd src/libstrongswan
14$ make && sudo make install
15
[f675a89]16Be sure to make note of the directory into which you've untarred
17strongswan-4.4.0.tar.bz2. You will use this in the next step.
[02888af]18
19BUILDING LIBABAC
20
[b632f80]21$ STRONGSWAN_SRC_DIR=path/to/strongswan-4.4.0
[02888af]22$ ./configure --with-strongswan=$STRONGSWAN_SRC_DIR
23$ make && sudo make install
Note: See TracBrowser for help on using the repository browser.