getting.txt 575 B

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