download.html 679 B

123456789101112131415161718192021222324252627282930
  1. <!--#include file="header.html" -->
  2. <h3>Download</h3>
  3. <p>
  4. The latest release can always be dowloaded from
  5. <a href="/downloads/">http://buildroot.net/downloads/</a>.
  6. <p>
  7. You can also obtain <a href="/downloads/snapshots/">Daily
  8. Snapshots</a> of the latest Buildroot source tree if you want to to
  9. follow development, but cannot or do not wish to use Git.
  10. <ul>
  11. <li> Click here to <a href="downloads/snapshots/">Daily Snapshots</a>.
  12. </li>
  13. <li> Click here to <a href="http://sources.busybox.net/index.py/trunk/buildroot/">browse the source tree</a>.
  14. </li>
  15. <li>Anonymous <a href="git.html">Git access</a> is available.
  16. </li>
  17. </ul>
  18. <!--#include file="footer.html" -->