source: doc/INSTALL @ 6aac9f8

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

FreeBSD users add --with-group=wheel

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