download.html 770 B

1234567891011121314151617181920212223242526272829
  1. <!--#include file="header.html" -->
  2. <h3>Download</h3>
  3. Source for the latest release can always be
  4. downloaded from <a href="downloads">http://www.busybox.net/downloads</a>.
  5. <p>
  6. You can also obtain <a href= "downloads/snapshots/">Daily Snapshots</a> of
  7. the latest development source tree for those wishing to follow BusyBox development,
  8. but cannot or do not wish to use Subversion (svn).
  9. <ul>
  10. <li> Click here to <a href="/cgi-bin/viewcvs.cgi/trunk/busybox/">browse the source tree</a>.
  11. </li>
  12. <li>Anonymous <a href="subversion.html">Subversion access</a> is available.
  13. </li>
  14. <li>For those that are actively contributing obtaining
  15. <a href="developer.html">Subversion read/write access</a> is also possible.
  16. </li>
  17. </ul>
  18. <!--#include file="footer.html" -->