123456789101112131415161718192021222324252627282930 |
- <!--#include file="header.html" -->
- <h3>Download</h3>
- <p>
- The latest release can always be dowloaded from
- <a href="/downloads/">http://buildroot.net/downloads/</a>.
- <p>
- You can also obtain <a href="/downloads/snapshots/">Daily
- Snapshots</a> of the latest Buildroot source tree if you want to to
- follow development, but cannot or do not wish to use Git.
- <ul>
- <li> Click here to <a href="downloads/snapshots/">Daily Snapshots</a>.
- </li>
- <li> Click here to <a href="http://sources.busybox.net/index.py/trunk/buildroot/">browse the source tree</a>.
- </li>
- <li>Anonymous <a href="git.html">Git access</a> is available.
- </li>
- </ul>
- <!--#include file="footer.html" -->
|