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@…>, 14 years ago
|
java build instructions
|
-
Property mode set to
100644
|
File size:
736 bytes
|
Line | |
---|
1 | For Java installation instructions, see doc/java_install. |
---|
2 | |
---|
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 | |
---|
8 | FreeBSD 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 | |
---|
16 | Be sure to make note of the directory into which you've untarred |
---|
17 | strongswan-4.4.0.tar.bz2. You will use this in the next step. |
---|
18 | |
---|
19 | BUILDING 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.