source: doc/dependencies @ 9806e76

mei_rt2mei_rt2_fix_1meiyap-rt1rt2
Last change on this file since 9806e76 was 9806e76, checked in by Mei <mei@…>, 12 years ago

1) add handling for typed anonymous term, [int:?]
2) make a pass through abac/doc
3) fix up creddy to take oset option at different calls

  • Property mode set to 100644
File size: 1.2 KB
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
21GNU Readline library:
22    readline-6.2
23
24YAP 6.2.2 Prolog system:
25    http://www.dcc.fc.up.pt/~vsc/Yap/yap-6.2.2.tar.gz
26    (configure with --enable-dynamic-loading)
27
28Flex:
29    http://sourceforge.net/projects/flex/files/flex/flex-2.5.35/flex-2.5.35.tar.gz
30
31GNU Bison:
32    http://ftp.gnu.org/gnu/bison/
33
34BUILDING ON UBUNTU
35
36The following is a complete list of packages required in order to build from
37git on Ubuntu (tested on version 10.04):
38
39autoconf-archive
40automake
41g++
42git-core
43libgmp3c2
44libgmp3-dev
45libio-socket-ssl-perl
46libhttp-daemon-ssl-perl
47librpc-xml-perl
48libssl-dev
49libtool
50python-dev
51swig
52
53BUILDING ON FREEBSD
54
55The following is a list of ports necessary to build from git on FreeBSD
56(tested on version 7.3):
57
58math/gmp
59devel/autoconf-archive
Note: See TracBrowser for help on using the repository browser.