source: doc/dependencies @ 163aadf

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

1) update some do

  • Property mode set to 100644
File size: 815 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
28libtool
29python-dev
30swig
31libxmlsec1-dev
32
33BUILDING ON FREEBSD
34
35The following is a list of ports necessary to build from git on FreeBSD
36(tested on version 8.2, and 9.1):
37
38pkg-config
39xmlsec1
40openjdk6
41perl
42automake (might require newer perl/autoconf/etc)
43apache-ant
44swig
45
Note: See TracBrowser for help on using the repository browser.