download.html 824 B

12345678910111213141516171819202122232425262728293031
  1. <!--#include file="header.html" -->
  2. <h3>Download</h3>
  3. <p>
  4. The best way to obtain and update your own copy of buildroot is to fetch the
  5. latest version using <a href="subversion.html">Subversion</a>. You can also
  6. obtain <a href= "downloads/snapshots/">Daily Snapshots</a> of the latest
  7. buildroot source tree but cannot or do not wish to use Subversion (svn).
  8. <ul>
  9. <li> Click here to <a href="downloads/snapshots/">Daily Snapshots</a>.
  10. </li>
  11. <li> Click here to <a href="/cgi-bin/viewcvs.cgi/trunk/buildroot/">browse the source tree</a>.
  12. </li>
  13. <li>Anonymous <a href="subversion.html">Subversion access</a> is available.
  14. </li>
  15. <li>For those that are actively contributing obtaining
  16. <a href="developer.html">Subversion read/write access</a> is also possible.
  17. </li>
  18. </ul>
  19. <!--#include file="footer.html" -->