abac0-leakabac0-mei
Last change
on this file since 4f79997 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
|
Rev | Line | |
---|
[461541a] | 1 | All software packages can be installed via distribution package. |
---|
[315ca0c] | 2 | |
---|
[461541a] | 3 | swig-1.3 |
---|
| 4 | http://swig.org/ |
---|
| 5 | http://sourceforge.net/projects/swig/files/swig/swig-1.3.40/ |
---|
[315ca0c] | 6 | |
---|
| 7 | Perl modules (via CPAN or distribution package) |
---|
| 8 | IO::Socket::SSL |
---|
| 9 | HTTP::Daemon::SSL |
---|
| 10 | RPC::XML |
---|
| 11 | |
---|
| 12 | Python modules |
---|
| 13 | m2crypto |
---|
[e2f392a] | 14 | |
---|
| 15 | |
---|
| 16 | BUILDING ON UBUNTU |
---|
| 17 | |
---|
| 18 | The following is a complete list of packages required in order to build from |
---|
[d6439d4] | 19 | git on Ubuntu (tested on version 10.04,11.04,12.04): |
---|
[e2f392a] | 20 | |
---|
| 21 | autoconf-archive |
---|
| 22 | automake |
---|
| 23 | g++ |
---|
| 24 | git-core |
---|
| 25 | libio-socket-ssl-perl |
---|
| 26 | libhttp-daemon-ssl-perl |
---|
| 27 | librpc-xml-perl |
---|
| 28 | libtool |
---|
| 29 | python-dev |
---|
| 30 | swig |
---|
[461541a] | 31 | libxmlsec1-dev |
---|
[89f6ff9] | 32 | |
---|
| 33 | BUILDING ON FREEBSD |
---|
| 34 | |
---|
| 35 | The following is a list of ports necessary to build from git on FreeBSD |
---|
[d6439d4] | 36 | (tested on version 8.2, and 9.1): |
---|
| 37 | |
---|
| 38 | pkg-config |
---|
| 39 | xmlsec1 |
---|
| 40 | openjdk6 |
---|
[f30b1e9] | 41 | perl |
---|
| 42 | automake (might require newer perl/autoconf/etc) |
---|
[d6439d4] | 43 | apache-ant |
---|
| 44 | swig |
---|
[461541a] | 45 | |
---|
[1bf0f03] | 46 | BUILDING ON OS X (10.7) |
---|
| 47 | |
---|
| 48 | The xmlsec package can be obtained using MacPorts, and if installing |
---|
| 49 | into non-standard location(/usr/local, /usr), please configure with |
---|
| 50 | --with-xmlsec1=newlocation |
---|
| 51 | |
---|
| 52 | Similary, if prefer to install libabac's python code to a none default |
---|
| 53 | python location(for example, unpriviledge path), please configure or |
---|
| 54 | install with --pythondir='newlocation' |
---|
| 55 | |
---|
Note: See
TracBrowser
for help on using the repository browser.