getting.txt 777 B

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