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