41 | | == News == |
| 42 | {{{ |
| 43 | devel/libtool |
| 44 | devel/automake |
| 45 | devel/autoconf-archive |
| 46 | devel/swig13 |
| 47 | devel/pkg-config |
| 48 | security/xmlsec1 |
| 49 | lang/perl |
| 50 | lang/python |
| 51 | }}} |
| 52 | |
| 53 | If you plan to build the java implementation on ubuntu you should also |
| 54 | |
| 55 | {{{ |
| 56 | $ apt-get -y install openjdk-7-jdk ant ant-optional |
| 57 | }}} |
| 58 | |
| 59 | Similarly in FreeBSD install |
| 60 | |
| 61 | {{{ |
| 62 | devel/apache-ant |
| 63 | java/openjdk6 |
| 64 | }}} |
| 65 | |
| 66 | We have seen no differences under the various JDKs. |
| 67 | |
| 68 | === Installation === |
| 69 | |
| 70 | Then get the [http://abac.deterlab.net/src/abac-0.1.4.tgz source], untar it, change to the {{{abac-0.1.4}}} directory and do the standars install sequence: |
| 71 | |
| 72 | {{{ |
| 73 | # Ubuntu users: ./configure --prefix=/usr |
| 74 | $ ./configure |
| 75 | $ make |
| 76 | $ sudo make install |
| 77 | }}} |
| 78 | |
| 79 | To confirm that your install succeeded: |
| 80 | |
| 81 | {{{ |
| 82 | $ cd examples |
| 83 | $ make |
| 84 | }}} |
| 85 | |
| 86 | Libabac uses the standard GNU install prefix of {{{/usr/local}}}. '''If you are on Ububtu or another distribution that does not search /usr/local/lib for shared libraries, make sure you use ./configure --prefix=/usr''' |
| 87 | |
| 88 | === Tracking Development === |
| 89 | |
| 90 | If you would like to track the libabac development, you can pull code from out publically available git repository: |
| 91 | |
| 92 | {{{ |
| 93 | $ git clone git://abac.deterlab.net/abac.git |
| 94 | }}} |
| 95 | |
| 96 | Current sources can be [/browser browsed on the web]. |
| 97 | |
| 98 | == Releases == |
| 99 | |
54 | | Older versions available from http://abac.deterlab.net/src/ |
55 | | |
56 | | Browse the source using Trac's [/browser internal browser]. |
57 | | |
58 | | == Installation and Documentation == |
59 | | |
60 | | * [source:/doc/dependencies@mei_rt0 Software dependencies] |
61 | | * [wiki:InstallRT0 Installation instructions] |
62 | | * [wiki:DocumentationRT0 Documentation] |
63 | | |
64 | | |
65 | | * [wiki:DocumentationOld Old Documentation] |
66 | | |
67 | | == git / mailing list == |
68 | | |
69 | | Available via anonymous git: (RT0 with Java binding) |
70 | | {{{ |
71 | | git clone git://abac.deterlab.net/abac.git |
72 | | }}} |
73 | | |
74 | | Latest available via anonymous git: (RT0) |
75 | | {{{ |
76 | | git clone -b mei_rt0 git://abac.deterlab.net/abac.git |
77 | | }}} |
78 | | |
79 | | [http://lists.deterlab.net/listinfo/abac-dev dev mailing list]: If you're using anything out of git, you should be on it. It's low-volume, I promise! |
80 | | |
81 | | == Who == |
82 | | |
| 111 | * [http://lists.deterlab.net/listinfo/abac-dev devevelopers mailing list] |