download.html 1.5 KB

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