source: doc/INSTALL @ f675a89

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

fix misinformation in INSTALL

  • Property mode set to 100644
File size: 537 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 untarred
13strongswan-4.4.0.tar.bz2. You will use this in the next step.
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.