download.html 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <!--#include file="header.html" -->
  2. <h3>Download</h3>
  3. <p>
  4. Source for the latest release can always be
  5. downloaded from <a href="downloads/">http://www.busybox.net/downloads/</a>.
  6. <p>
  7. Each 1.x branch has bug fix releases after initial 1.x.0 release.
  8. Also there are patches on top of latest bug fix release.
  9. <p>
  10. Latest releases and patch directories for each branch:
  11. <br>
  12. <a href=http://busybox.net/downloads/busybox-1.10.1.tar.bz2>1.10.1</a>,
  13. <a href=http://busybox.net/downloads/fixes-1.10.1/>patches</a>,
  14. <br>
  15. <a href=http://busybox.net/downloads/busybox-1.9.2.tar.bz2>1.9.2</a>,
  16. <a href=http://busybox.net/downloads/fixes-1.9.2/>patches</a>,
  17. <br>
  18. <a href=http://busybox.net/downloads/busybox-1.8.3.tar.bz2>1.8.3</a>,
  19. <a href=http://busybox.net/downloads/fixes-1.8.3/>patches</a>,
  20. <br>
  21. <a href=http://busybox.net/downloads/busybox-1.7.5.tar.bz2>1.7.5</a>,
  22. <a href=http://busybox.net/downloads/fixes-1.7.5/>patches</a>,
  23. <br>
  24. <a href=http://busybox.net/downloads/busybox-1.6.2.tar.bz2>1.6.2</a>,
  25. <a href=http://busybox.net/downloads/fixes-1.6.2/>patches</a>,
  26. <br>
  27. <a href=http://busybox.net/downloads/busybox-1.5.2.tar.bz2>1.5.2</a>,
  28. <a href=http://busybox.net/downloads/fixes-1.5.2/>patches</a>,
  29. <br>
  30. <a href=http://busybox.net/downloads/busybox-1.4.2.tar.bz2>1.4.2</a>,
  31. <a href=http://busybox.net/downloads/fixes-1.4.2/>patches</a>,
  32. <br>
  33. <a href=http://busybox.net/downloads/busybox-1.3.2.tar.bz2>1.3.2</a>,
  34. <a href=http://busybox.net/downloads/fixes-1.3.2/>patches</a>.
  35. <p>
  36. You can also obtain <a href="downloads/snapshots/">Daily Snapshots</a> of
  37. the latest development source tree for those wishing to follow BusyBox development,
  38. but cannot or do not wish to use Subversion (svn).
  39. <ul>
  40. <li> Click here to <a href="/cgi-bin/viewcvs.cgi/trunk/busybox/">browse the source tree</a>.
  41. </li>
  42. <li>Anonymous <a href="subversion.html">Subversion access</a> is available.
  43. </li>
  44. <li>For those that are actively contributing obtaining
  45. <a href="developer.html">Subversion read/write access</a> is also possible.
  46. </li>
  47. </ul>
  48. <!--#include file="footer.html" -->