source: doc/dependencies @ 1bf0f03

abac0-leakabac0-mei
Last change on this file since 1bf0f03 was 1bf0f03, checked in by Mei <mei@…>, 11 years ago

1) save a copy before fixup of tests directory

  • Property mode set to 100644
File size: 1.2 KB
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
46BUILDING ON OS X (10.7)
47
48The xmlsec package can be obtained using MacPorts, and if installing
49into non-standard location(/usr/local, /usr), please configure with
50--with-xmlsec1=newlocation
51
52Similary, if prefer to install libabac's python code to a none default
53python location(for example, unpriviledge path), please configure or
54install with --pythondir='newlocation'
55
Note: See TracBrowser for help on using the repository browser.