source: doc/INSTALL @ 4918535

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

top-level build

  • Property mode set to 100644
File size: 491 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
6$ tar xjvf strongswan-4.4.0.tar.bz2
7$ cd strongswan-4.4.0
8$ ./configure --enable-monolithic
9$ cd src/libstrongswan
10$ make && sudo make install
11
12Be sure to make note of the directory into which you've installed
13libstrongswan.
14
15BUILDING LIBABAC
16
17$ ./configure --with-strongswan=$STRONGSWAN_SRC_DIR
18$ make && sudo make install
Note: See TracBrowser for help on using the repository browser.