download.html 849 B

1234567891011121314151617181920212223242526272829303132333435
  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 Subversion (svn).
  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="subversion.html">Subversion access</a> is available.
  16. </li>
  17. <li>For those that are actively contributing obtaining
  18. <a href="developer.html">Subversion read/write access</a> is also possible.
  19. </li>
  20. </ul>
  21. <!--#include file="footer.html" -->