download.html 1.2 KB

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