]> Git Repo - buildroot-mgba.git/blobdiff - docs/download.html
Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS
[buildroot-mgba.git] / docs / download.html
index 0ef382acd2a0c6e0df65f152ec67cc04eca8be4f..772161503532cf6743b3244b6c117a109afb4ed2 100644 (file)
@@ -1,45 +1,92 @@
 <!--#include file="header.html" -->
 
+<div class="row">
+<div class="col-sm-10 col-sm-offset-1">
 
-
-<h3>Download</h3>
+<h2>Download</h2>
 
 <p>
 
-The latest stable release is <b>2011.08</b>, which can be downloaded
+The latest stable release is <b>2014.11</b>, which can be downloaded
 here:<p>
 
-<a href="/downloads/buildroot-2011.08.tar.gz">buildroot-2011.08.tar.gz</a>
+<a href="/downloads/buildroot-2014.11.tar.gz">buildroot-2014.11.tar.gz</a>
+(<a href="/downloads/buildroot-2014.11.tar.gz.sign">PGP signature</a>)
 or
-<a href="/downloads/buildroot-2011.08.tar.bz2">buildroot-2011.08.tar.bz2</a>.
-<p>
+<a href="/downloads/buildroot-2014.11.tar.bz2">buildroot-2014.11.tar.bz2</a>
+(<a href="/downloads/buildroot-2014.11.tar.bz2.sign">PGP signature</a>).
 
-The latest release candidate is <b>2011.11-rc2</b>, which can be
+<p>
+<!--
+The latest release candidate is <b>2014.11-rc3</b>, which can be
 downloaded here:<p>
 
-<a href="/downloads/buildroot-2011.11-rc2.tar.gz">buildroot-2011.11-rc2.tar.gz</a>
+<a href="/downloads/buildroot-2014.11-rc3.tar.gz">buildroot-2014.11-rc3.tar.gz</a>
+(<a href="/downloads/buildroot-2014.11-rc3.tar.gz.sign">PGP signature</a>)
 or
-<a href="/downloads/buildroot-2011.11-rc2.tar.bz2">buildroot-2011.11-rc2.tar.bz2</a>.
+<a href="/downloads/buildroot-2014.11-rc3.tar.bz2">buildroot-2014.11-rc3.tar.bz2</a>
+(<a href="/downloads/buildroot-2014.11-rc3.tar.bz2.sign">PGP signature</a>).
 <p>
 
-This and earlier releases can always be downloaded from
+This and earlier releases (and their PGP signatures) can always be downloaded 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.
+-->
+You can also obtain daily snapshots of the latest Buildroot source tree if you
+want 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://git.buildroot.net/buildroot">browse the source tree</a>.
+       <li>You can download the
+       <a href="downloads/snapshots/buildroot-snapshot.tar.bz2">latest snapshot
+       </a> or view recent <a href="downloads/snapshots/">daily snapshots</a>.
        </li>
 
-       <li>Anonymous <a href="git.html">Git access</a> is available.
+       <li>You can also <a href="http://git.buildroot.net/buildroot">browse the
+       source tree online</a>.
        </li>
 </ul>
 
+
+<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.
+
+</div><!--/.col-sm-10 -->
+</div><!--/.row -->
+
 <!--#include file="footer.html" -->
This page took 0.030502 seconds and 4 git commands to generate.