source: doc/dependencies @ d6439d4

abac0-leakabac0-meimei-idmei-rt0-nmei_rt0tvf-new-xml
Last change on this file since d6439d4 was d6439d4, checked in by Mei <mei@…>, 11 years ago

1) tweak m4s more for bsd

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