|
Revision 9806e763b0bbfa2c66ab772a87b5dccfafe3efb4, 1.2 KB
(checked in by Mei <mei@…>, 3 months ago)
|
|
1) add handling for typed anonymous term, [int:?]
2) make a pass through abac/doc
3) fix up creddy to take oset option at different calls
|
-
Property mode set to
100644
|
| Line | |
|---|
| 1 | All software packages except strongswan-4.4.0 can be installed via |
|---|
| 2 | distribution package. |
|---|
| 3 | |
|---|
| 4 | libstrongswan: |
|---|
| 5 | strongswan-4.4.0 |
|---|
| 6 | http://strongswan.org/ |
|---|
| 7 | http://download.strongswan.org/strongswan-4.4.0.tar.bz2 |
|---|
| 8 | |
|---|
| 9 | swig-1.3 |
|---|
| 10 | http://swig.org/ |
|---|
| 11 | http://sourceforge.net/projects/swig/files/swig/swig-1.3.40/ |
|---|
| 12 | |
|---|
| 13 | Perl modules: (via CPAN or distribution package) |
|---|
| 14 | IO::Socket::SSL |
|---|
| 15 | HTTP::Daemon::SSL |
|---|
| 16 | RPC::XML |
|---|
| 17 | |
|---|
| 18 | Python modules: |
|---|
| 19 | m2crypto |
|---|
| 20 | |
|---|
| 21 | GNU Readline library: |
|---|
| 22 | readline-6.2 |
|---|
| 23 | |
|---|
| 24 | YAP 6.2.2 Prolog system: |
|---|
| 25 | http://www.dcc.fc.up.pt/~vsc/Yap/yap-6.2.2.tar.gz |
|---|
| 26 | (configure with --enable-dynamic-loading) |
|---|
| 27 | |
|---|
| 28 | Flex: |
|---|
| 29 | http://sourceforge.net/projects/flex/files/flex/flex-2.5.35/flex-2.5.35.tar.gz |
|---|
| 30 | |
|---|
| 31 | GNU Bison: |
|---|
| 32 | http://ftp.gnu.org/gnu/bison/ |
|---|
| 33 | |
|---|
| 34 | BUILDING ON UBUNTU |
|---|
| 35 | |
|---|
| 36 | The following is a complete list of packages required in order to build from |
|---|
| 37 | git on Ubuntu (tested on version 10.04): |
|---|
| 38 | |
|---|
| 39 | autoconf-archive |
|---|
| 40 | automake |
|---|
| 41 | g++ |
|---|
| 42 | git-core |
|---|
| 43 | libgmp3c2 |
|---|
| 44 | libgmp3-dev |
|---|
| 45 | libio-socket-ssl-perl |
|---|
| 46 | libhttp-daemon-ssl-perl |
|---|
| 47 | librpc-xml-perl |
|---|
| 48 | libssl-dev |
|---|
| 49 | libtool |
|---|
| 50 | python-dev |
|---|
| 51 | swig |
|---|
| 52 | |
|---|
| 53 | BUILDING ON FREEBSD |
|---|
| 54 | |
|---|
| 55 | The following is a list of ports necessary to build from git on FreeBSD |
|---|
| 56 | (tested on version 7.3): |
|---|
| 57 | |
|---|
| 58 | math/gmp |
|---|
| 59 | devel/autoconf-archive |
|---|