diff options
Diffstat (limited to 'docs/download.html')
-rw-r--r-- | docs/download.html | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/docs/download.html b/docs/download.html new file mode 100644 index 000000000..10fc0cb86 --- /dev/null +++ b/docs/download.html @@ -0,0 +1,31 @@ +<!--#include file="header.html" --> + + + +<h3>Download</h3> + +<p> + +The best way to obtain and update your own copy of buildroot is to fetch the +lestest 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" --> + |