download.html 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <!--#include file="header.html" -->
  2. <h2>Download</h2>
  3. <p>
  4. The latest stable release is <b>2014.02</b>, which can be downloaded
  5. here:<p>
  6. <a href="/downloads/buildroot-2014.02.tar.gz">buildroot-2014.02.tar.gz</a>
  7. (<a href="/downloads/buildroot-2014.02.tar.gz.sign">PGP signature</a>)
  8. or
  9. <a href="/downloads/buildroot-2014.02.tar.bz2">buildroot-2014.02.tar.bz2</a>
  10. (<a href="/downloads/buildroot-2014.02.tar.bz2.sign">PGP signature</a>).
  11. <p>
  12. <!--
  13. The latest release candidate is <b>2014.02-rc3</b>, which can be
  14. downloaded here:<p>
  15. <a href="/downloads/buildroot-2014.02-rc3.tar.gz">buildroot-2014.02-rc3.tar.gz</a>
  16. (<a href="/downloads/buildroot-2014.02-rc3.tar.gz.sign">PGP signature</a>)
  17. or
  18. <a href="/downloads/buildroot-2014.02-rc3.tar.bz2">buildroot-2014.02-rc3.tar.bz2</a>
  19. (<a href="/downloads/buildroot-2014.02-rc3.tar.bz2.sign">PGP signature</a>).
  20. <p>
  21. -->
  22. This and earlier releases (and their PGP signatures) can always be downloaded from
  23. <a href="/downloads/">http://buildroot.net/downloads/</a>.
  24. <p>
  25. You can also obtain <a href="/downloads/snapshots/">Daily
  26. Snapshots</a> of the latest Buildroot source tree if you want to to
  27. follow development, but cannot or do not wish to use Git.
  28. <ul>
  29. <li> Click here to <a href="downloads/snapshots/">Daily Snapshots</a>.
  30. </li>
  31. <li> Click here to <a href="http://git.buildroot.net/buildroot">browse the source tree</a>.
  32. </li>
  33. </ul>
  34. <h2>Repository</h2>
  35. The buildroot repository can be browsed online through cgit at
  36. <a href="http://git.buildroot.net/buildroot/">http://git.buildroot.net/buildroot</a>.
  37. To grab a copy of the repository use
  38. <pre>
  39. git clone git://git.buildroot.net/buildroot</pre>
  40. Or if you're behind a firewall blocking git:
  41. <pre>
  42. git clone http://git.buildroot.net/git/buildroot.git</pre>
  43. <p>
  44. Please use the native git protocol if at all possible, as it's a lot
  45. more efficient than HTTP.
  46. <p>
  47. If you are not already familiar with using Git, we recommend you visit <a
  48. href="http://git-scm.org">the Git website</a>.
  49. <p>
  50. Once you've checked out a copy of the source tree, you can update your source
  51. tree at any time so it is in sync with the latest and greatest by entering your
  52. buildroot directory and running the command:
  53. <pre>
  54. git pull
  55. </pre>
  56. Because you've only been granted anonymous access to the tree, you won't be
  57. able to push your changes to the repo. Changes can instead be submitted for
  58. inclusion by posting them to the buildroot mailing list.
  59. <!--#include file="footer.html" -->