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
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$ ./configure --enable-monolithic    [FreeBSD: see note above]
13$ cd src/libstrongswan
14$ make && sudo make install
15
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.
18
19BUILDING LIBABAC
20
21$ STRONGSWAN_SRC_DIR=path/to/strongswan-4.4.0
22$ ./configure --with-strongswan=$STRONGSWAN_SRC_DIR
23$ make && sudo make install
Note: See TracBrowser for help on using the repository browser.