getting.txt 822 B

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