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