blob: 0902bb6e02bd4c85bb5eea9d8e7b79308d08870a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
// -*- mode:doc; -*-
// vim: set syntax=asciidoc:
[[getting-openadk]]
Getting OpenADK
---------------
OpenADK does not have any releases. We are following the
http://en.wikipedia.org/wiki/Rolling_release[rolling release]
development model.
To download OpenADK using Git just do:
---------------------
$ git clone git://openadk.org/git/openadk
---------------------
Or if you prefer HTTP or using Git behind a proxy:
---------------------
$ git clone http://git.openadk.org/openadk.git
---------------------
Or you can get a http://www.openadk.org/snapshots/[snapshot].
|