1 <!--#include file="header.html" -->
3 <div class="container">
5 <div class="col-lg-10 col-lg-offset-1 col-md-12 col-sm-12 col-xs-12">
7 <div class="panel panel-primary">
8 <div class="panel-heading">Download</div>
9 <div class="panel-body">
11 <h3 style="text-align: center;">Latest long term support release: <b>2018.02.7</b></h3>
13 <div class="row mt centered">
14 <div class="col-sm-6">
15 <div class="flip-container center-block" ontouchstart="this.classList.toggle('hover');">
18 <a href="/downloads/buildroot-2018.02.7.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
21 <a href="/downloads/buildroot-2018.02.7.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
25 <h3><a href="/downloads/buildroot-2018.02.7.tar.gz">buildroot-2018.02.7.tar.gz</a></h3>
26 <p><a href="/downloads/buildroot-2018.02.7.tar.gz.sign">PGP signature</a></p>
28 <div class="col-sm-6">
29 <div class="flip-container center-block" ontouchstart="this.classList.toggle('hover');">
32 <a href="/downloads/buildroot-2018.02.7.tar.bz2"><img src="images/package.png" width="180" alt=""></a>
35 <a href="/downloads/buildroot-2018.02.7.tar.bz2"><img src="images/package.png" width="180" alt=""></a>
40 <h3><a href="/downloads/buildroot-2018.02.7.tar.bz2">buildroot-2018.02.7.tar.bz2</a></h3>
41 <p><a href="/downloads/buildroot-2018.02.7.tar.bz2.sign">PGP signature</a></p>
45 <h3 style="text-align: center;">Latest stable release: <b>2018.08.3</b></h3>
47 <div class="row mt centered">
48 <div class="col-sm-6">
49 <div class="flip-container center-block" ontouchstart="this.classList.toggle('hover');">
52 <a href="/downloads/buildroot-2018.08.3.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
55 <a href="/downloads/buildroot-2018.08.3.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
59 <h3><a href="/downloads/buildroot-2018.08.3.tar.gz">buildroot-2018.08.3.tar.gz</a></h3>
60 <p><a href="/downloads/buildroot-2018.08.3.tar.gz.sign">PGP signature</a></p>
62 <div class="col-sm-6">
63 <div class="flip-container center-block" ontouchstart="this.classList.toggle('hover');">
66 <a href="/downloads/buildroot-2018.08.3.tar.bz2"><img src="images/package.png" width="180" alt=""></a>
69 <a href="/downloads/buildroot-2018.08.3.tar.bz2"><img src="images/package.png" width="180" alt=""></a>
74 <h3><a href="/downloads/buildroot-2018.08.3.tar.bz2">buildroot-2018.08.3.tar.bz2</a></h3>
75 <p><a href="/downloads/buildroot-2018.08.3.tar.bz2.sign">PGP signature</a></p>
79 <h3 style="text-align: center;">Latest release candidate: <b>2018.11-rc2</b></h3>
80 <div class="row mt centered">
81 <div class="col-sm-6">
82 <div class="flip-container center-block" ontouchstart="this.classList.toggle('hover');">
85 <a href="/downloads/buildroot-2018.11-rc2.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
88 <a href="/downloads/buildroot-2018.11-rc2.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
93 <h3><a href="/downloads/buildroot-2018.11-rc2.tar.gz">buildroot-2018.11-rc2.tar.gz</a></h3>
94 <p><a href="/downloads/buildroot-2018.11-rc2.tar.gz.sign">PGP signature</a></p>
96 <div class="col-sm-6">
97 <div class="flip-container center-block" ontouchstart="this.classList.toggle('hover');">
100 <a href="/downloads/buildroot-2018.11-rc2.tar.bz2"><img src="images/package.png" width="180" alt=""></a>
103 <a href="/downloads/buildroot-2018.11-rc2.tar.bz2"><img src="images/package.png" width="180" alt=""></a>
108 <h3><a href="/downloads/buildroot-2018.11-rc2.tar.bz2">buildroot-2018.11-rc2.tar.bz2</a></h3>
109 <p><a href="/downloads/buildroot-2018.11-rc2.tar.bz2.sign">PGP signature</a></p>
113 This and earlier releases (and their PGP signatures) can always be downloaded from
114 <a href="/downloads/">http://buildroot.net/downloads/</a>.
118 <div class="panel panel-primary">
119 <div class="panel-heading">Source code</div>
120 <div class="panel-body">
123 <div class="col-sm-7">
124 <div class="panel panel-success">
125 <div class="panel-heading">Repository</div>
126 <div class="panel-body">
127 <P>The buildroot repository can be browsed online through cgit at
128 <a href="http://git.buildroot.net/buildroot/">http://git.buildroot.net/buildroot</a>.
129 To grab a copy of the repository use</p>
132 <div class="input-group" style="width: 100%;">
133 <input class="form-control" style="width: 85%;" id="giturl"
134 value="git clone git://git.buildroot.net/buildroot" type="text" readonly></input>
135 <span class="input-group-button">
136 <button class="btn pull-right" type="button" data-clipboard-target="#giturl"
137 data-toggle="tooltip" data-placement="bottom" data-trigger="manual" title="Copied!">
138 <img class="clippy" src="images/clippy.svg" alt="Copy to clipboard" width="13">
144 Or if you're behind a firewall blocking git:
147 <div class="input-group" style="width: 100%;">
148 <input class="form-control" style="width: 85%;" id="giturlhttps"
149 value="git clone https://git.buildroot.net/buildroot" type="text" readonly></input>
150 <span class="input-group-button">
151 <button class="btn pull-right" type="button" data-clipboard-target="#giturlhttps"
152 data-toggle="tooltip" data-placement="bottom" data-trigger="click" title="Copied!">
153 <img class="clippy" src="images/clippy.svg" alt="Copy to clipboard" width="13">
160 Please use the native git protocol if at all possible, as it's a lot
161 more efficient than HTTP.
165 If you are not already familiar with using Git, we recommend you visit <a
166 href="http://git-scm.org">the Git website</a>.
170 Once you've checked out a copy of the source tree, you can update your source
171 tree at any time so it is in sync with the latest and greatest by entering your
172 buildroot directory and running the command:
178 Because you've only been granted anonymous access to the tree, you won't be
179 able to push your changes to the repo. Changes can instead be submitted for
180 inclusion by posting them to the buildroot mailing list.
185 <div class="col-sm-5">
186 <div class="panel panel-default ">
187 <div class="panel-heading">Tarballs</div>
188 <div class="panel-body">
189 You can also obtain daily snapshots of the latest Buildroot source tree if you
190 want to follow development, but cannot or do not wish to use Git.
193 <li>You can download the
194 <a href="downloads/snapshots/buildroot-snapshot.tar.bz2">latest snapshot
195 </a> or view recent <a href="downloads/snapshots/">daily snapshots</a>.
198 <li>You can also <a href="http://git.buildroot.net/buildroot">browse the
199 source tree online</a>.
204 Older versions can be downloaded from <a href="/downloads/">the release archive</a>.
213 </div><!--/.col-sm-10 -->
217 <!--#include file="footer.html" -->