source: doc/dependencies @ 89f6ff9

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

build dependencies for FreeBSD

  • Property mode set to 100644
File size: 913 bytes
Line 
1All software packages except strongswan-4.4.0 can be installed via
2distribution package.
3
4libstrongswan:
5    strongswan-4.4.0
6        http://strongswan.org/
7        http://download.strongswan.org/strongswan-4.4.0.tar.bz2
8
9    swig-1.3
10        http://swig.org/
11        http://sourceforge.net/projects/swig/files/swig/swig-1.3.40/
12
13Perl modules (via CPAN or distribution package)
14    IO::Socket::SSL
15    HTTP::Daemon::SSL
16    RPC::XML
17
18Python modules
19    m2crypto
20
21
22BUILDING ON UBUNTU
23
24The following is a complete list of packages required in order to build from
25git on Ubuntu (tested on version 10.04):
26
27autoconf-archive
28automake
29g++
30git-core
31libgmp3c2
32libgmp3-dev
33libio-socket-ssl-perl
34libhttp-daemon-ssl-perl
35librpc-xml-perl
36libssl-dev
37libtool
38python-dev
39swig
40
41BUILDING ON FREEBSD
42
43The following is a list of ports necessary to build from git on FreeBSD
44(tested on version 7.3):
45
46math/gmp
47devel/autoconf-archive
Note: See TracBrowser for help on using the repository browser.