download.html 908 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. <!--#include file="header.html" -->
  2. <h3>Download</h3>
  3. <p>
  4. The latest stable release is <b>2009.05</b>, which can be downloaded
  5. here:<p>
  6. <a href="/downloads/buildroot-2009.05.tar.gz">buildroot-2009.05.tar.gz</a>
  7. or
  8. <a href="/downloads/buildroot-2009.05.tar.bz2">buildroot-2009.05.tar.bz2</a>.
  9. <p>
  10. This and earlier releases can always be dowloaded from
  11. <a href="/downloads/">http://buildroot.net/downloads/</a>.
  12. <p>
  13. You can also obtain <a href="/downloads/snapshots/">Daily
  14. Snapshots</a> of the latest Buildroot source tree if you want to to
  15. follow development, but cannot or do not wish to use Git.
  16. <ul>
  17. <li> Click here to <a href="downloads/snapshots/">Daily Snapshots</a>.
  18. </li>
  19. <li> Click here to <a href="http://git.buildroot.net/buildroot">browse the source tree</a>.
  20. </li>
  21. <li>Anonymous <a href="git.html">Git access</a> is available.
  22. </li>
  23. </ul>
  24. <!--#include file="footer.html" -->