source: doc/dependencies @ 08b8da7

mei_rt2mei_rt2_fix_1
Last change on this file since 08b8da7 was 43478b1, checked in by Mei <mei@…>, 12 years ago

1) some tweaks

  • Property mode set to 100644
File size: 1.2 KB
RevLine 
[137b55f]1All software packages except strongswan-4.6.4 can be installed via
[315ca0c]2distribution package.
3
4libstrongswan:
[137b55f]5    strongswan-4.6.4
[315ca0c]6        http://strongswan.org/
[137b55f]7        http://download.strongswan.org/strongswan-4.6.4.tar.bz2
[315ca0c]8
[7c5d673]9swig:
[315ca0c]10    swig-1.3
11        http://swig.org/
12        http://sourceforge.net/projects/swig/files/swig/swig-1.3.40/
13
[9806e76]14Perl modules: (via CPAN or distribution package)
[315ca0c]15    IO::Socket::SSL
16    HTTP::Daemon::SSL
17    RPC::XML
18
[9806e76]19Python modules:
[315ca0c]20    m2crypto
[e2f392a]21
[9806e76]22GNU Readline library:
23    readline-6.2
24
25YAP 6.2.2 Prolog system:
26    http://www.dcc.fc.up.pt/~vsc/Yap/yap-6.2.2.tar.gz
27    (configure with --enable-dynamic-loading)
28
29Flex:
30    http://sourceforge.net/projects/flex/files/flex/flex-2.5.35/flex-2.5.35.tar.gz
31
32GNU Bison:
33    http://ftp.gnu.org/gnu/bison/
[e2f392a]34
35BUILDING ON UBUNTU
36
37The following is a complete list of packages required in order to build from
38git on Ubuntu (tested on version 10.04):
39
40autoconf-archive
41automake
42g++
43git-core
44libgmp3c2
45libgmp3-dev
46libio-socket-ssl-perl
47libhttp-daemon-ssl-perl
48librpc-xml-perl
49libssl-dev
50libtool
51python-dev
52swig
[89f6ff9]53
[43478b1]54
[89f6ff9]55BUILDING ON FREEBSD
56
57The following is a list of ports necessary to build from git on FreeBSD
58(tested on version 7.3):
59
60math/gmp
61devel/autoconf-archive
[43478b1]62
63
Note: See TracBrowser for help on using the repository browser.