2005-02-21 22:16:29 +01:00
|
|
|
<!--#include file="header.html" -->
|
|
|
|
|
2014-03-02 19:04:24 +01:00
|
|
|
<h2>Download</h2>
|
2005-02-21 22:16:29 +01:00
|
|
|
|
|
|
|
<p>
|
|
|
|
|
2014-05-31 09:52:49 +02:00
|
|
|
The latest stable release is <b>2014.05</b>, which can be downloaded
|
2009-06-01 09:23:11 +02:00
|
|
|
here:<p>
|
|
|
|
|
2014-05-31 09:52:49 +02:00
|
|
|
<a href="/downloads/buildroot-2014.05.tar.gz">buildroot-2014.05.tar.gz</a>
|
|
|
|
(<a href="/downloads/buildroot-2014.05.tar.gz.sign">PGP signature</a>)
|
2009-06-01 09:23:11 +02:00
|
|
|
or
|
2014-05-31 09:52:49 +02:00
|
|
|
<a href="/downloads/buildroot-2014.05.tar.bz2">buildroot-2014.05.tar.bz2</a>
|
|
|
|
(<a href="/downloads/buildroot-2014.05.tar.bz2.sign">PGP signature</a>).
|
2013-05-08 15:51:45 +02:00
|
|
|
|
2009-06-01 09:23:11 +02:00
|
|
|
<p>
|
2014-05-31 09:52:49 +02:00
|
|
|
<!--
|
2014-05-28 17:07:11 +02:00
|
|
|
The latest release candidate is <b>2014.05-rc3</b>, which can be
|
2009-08-03 07:14:05 +02:00
|
|
|
downloaded here:<p>
|
|
|
|
|
2014-05-28 17:07:11 +02:00
|
|
|
<a href="/downloads/buildroot-2014.05-rc3.tar.gz">buildroot-2014.05-rc3.tar.gz</a>
|
|
|
|
(<a href="/downloads/buildroot-2014.05-rc3.tar.gz.sign">PGP signature</a>)
|
2009-08-03 07:14:05 +02:00
|
|
|
or
|
2014-05-28 17:07:11 +02:00
|
|
|
<a href="/downloads/buildroot-2014.05-rc3.tar.bz2">buildroot-2014.05-rc3.tar.bz2</a>
|
|
|
|
(<a href="/downloads/buildroot-2014.05-rc3.tar.bz2.sign">PGP signature</a>).
|
2009-08-03 07:14:05 +02:00
|
|
|
<p>
|
2014-05-13 10:49:03 +02:00
|
|
|
|
2014-01-13 22:16:41 +01:00
|
|
|
This and earlier releases (and their PGP signatures) can always be downloaded from
|
2009-03-02 09:34:20 +01:00
|
|
|
<a href="/downloads/">http://buildroot.net/downloads/</a>.
|
2009-01-16 20:45:21 +01:00
|
|
|
|
|
|
|
<p>
|
2014-05-31 09:52:49 +02:00
|
|
|
-->
|
2009-01-16 20:45:21 +01:00
|
|
|
You can also obtain <a href="/downloads/snapshots/">Daily
|
|
|
|
Snapshots</a> of the latest Buildroot source tree if you want to to
|
2009-05-03 22:11:33 +02:00
|
|
|
follow development, but cannot or do not wish to use Git.
|
2005-02-21 22:16:29 +01:00
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li> Click here to <a href="downloads/snapshots/">Daily Snapshots</a>.
|
|
|
|
</li>
|
|
|
|
|
2009-05-05 12:18:57 +02:00
|
|
|
<li> Click here to <a href="http://git.buildroot.net/buildroot">browse the source tree</a>.
|
2005-02-21 22:16:29 +01:00
|
|
|
</li>
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
|
2014-03-02 19:04:24 +01:00
|
|
|
|
|
|
|
<h2>Repository</h2>
|
|
|
|
|
|
|
|
The buildroot repository can be browsed online through cgit at
|
|
|
|
<a href="http://git.buildroot.net/buildroot/">http://git.buildroot.net/buildroot</a>.
|
|
|
|
To grab a copy of the repository use
|
|
|
|
|
|
|
|
<pre>
|
|
|
|
git clone git://git.buildroot.net/buildroot</pre>
|
|
|
|
|
|
|
|
Or if you're behind a firewall blocking git:
|
|
|
|
|
|
|
|
<pre>
|
|
|
|
git clone http://git.buildroot.net/git/buildroot.git</pre>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
|
|
|
Please use the native git protocol if at all possible, as it's a lot
|
|
|
|
more efficient than HTTP.
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
|
|
|
If you are not already familiar with using Git, we recommend you visit <a
|
|
|
|
href="http://git-scm.org">the Git website</a>.
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
|
|
|
Once you've checked out a copy of the source tree, you can update your source
|
|
|
|
tree at any time so it is in sync with the latest and greatest by entering your
|
|
|
|
buildroot directory and running the command:
|
|
|
|
|
|
|
|
<pre>
|
|
|
|
git pull
|
|
|
|
</pre>
|
|
|
|
|
|
|
|
Because you've only been granted anonymous access to the tree, you won't be
|
|
|
|
able to push your changes to the repo. Changes can instead be submitted for
|
|
|
|
inclusion by posting them to the buildroot mailing list.
|
|
|
|
|
2005-02-21 22:16:29 +01:00
|
|
|
<!--#include file="footer.html" -->
|