getting.txt 850 B

123456789101112131415161718192021222324252627
  1. // -*- mode:doc; -*-
  2. // vim: set syntax=asciidoc:
  3. [[getting-buildroot]]
  4. Getting Buildroot
  5. -----------------
  6. Buildroot releases are made approximately every 3 months. Direct Git
  7. access and daily snapshots are also available, if you want more
  8. bleeding edge.
  9. Releases are available at http://buildroot.net/downloads/[].
  10. The latest snapshot is always available at
  11. http://buildroot.net/downloads/snapshots/buildroot-snapshot.tar.bz2[],
  12. and previous snapshots are also available at
  13. http://buildroot.net/downloads/snapshots/[].
  14. To download Buildroot using Git, you can simply follow the rules
  15. described on the "Accessing Git" page
  16. (http://buildroot.net/git.html[]) of the Buildroot website
  17. (http://buildroot.net[]). For the impatient, here's a quick recipe:
  18. ---------------------
  19. $ git clone git://git.buildroot.net/buildroot
  20. ---------------------