]> Git Repo - buildroot-mgba.git/blame - docs/website/download.html
Update for 2016.05-rc3
[buildroot-mgba.git] / docs / website / download.html
CommitLineData
a9d6aed9
EA
1<!--#include file="header.html" -->
2
97ab4865
AC
3<div class="container">
4<div class="row nh">
5<div class="col-lg-10 col-lg-offset-1 col-md-12 col-sm-12 col-xs-12">
6
7 <div class="panel panel-primary">
8 <div class="panel-heading">Download</div>
9 <div class="panel-body">
10
aaf6c28a 11 <h3 style="text-align: center;">Latest stable release: <b>2016.02</b></h3>
97ab4865
AC
12
13 <div class="row mt centered">
14 <div class="col-sm-6">
15 <div class="flip-container center-block" ontouchstart="this.classList.toggle('hover');">
16 <div class="flipper">
17 <div class="front">
aaf6c28a 18 <a href="/downloads/buildroot-2016.02.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
97ab4865
AC
19 </div>
20 <div class="back">
aaf6c28a 21 <a href="/downloads/buildroot-2016.02.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
97ab4865
AC
22 </div>
23 </div>
24 </div>
aaf6c28a
PK
25 <h3><a href="/downloads/buildroot-2016.02.tar.gz">buildroot-2016.02.tar.gz</a></h3>
26 <p><a href="/downloads/buildroot-2016.02.tar.gz.sign">PGP signature</a></p>
97ab4865
AC
27 </div>
28 <div class="col-sm-6">
29 <div class="flip-container center-block" ontouchstart="this.classList.toggle('hover');">
30 <div class="flipper">
31 <div class="front">
aaf6c28a 32 <a href="/downloads/buildroot-2016.02.tar.bz2"><img src="images/package.png" width="180" alt=""></a>
97ab4865
AC
33 </div>
34 <div class="back">
aaf6c28a 35 <a href="/downloads/buildroot-2016.02.tar.bz2"><img src="images/package.png" width="180" alt=""></a>
97ab4865
AC
36 </div>
37 </div>
38 </div>
39
aaf6c28a
PK
40 <h3><a href="/downloads/buildroot-2016.02.tar.bz2">buildroot-2016.02.tar.bz2</a></h3>
41 <p><a href="/downloads/buildroot-2016.02.tar.bz2.sign">PGP signature</a></p>
97ab4865
AC
42 </div>
43 </div>
0ab73720 44
f4365df1 45 <h3 style="text-align: center;">Latest release candidate: <b>2016.05-rc3</b></h3>
97ab4865
AC
46 <div class="row mt centered">
47 <div class="col-sm-6">
48 <div class="flip-container center-block" ontouchstart="this.classList.toggle('hover');">
49 <div class="flipper">
50 <div class="front">
f4365df1 51 <a href="/downloads/buildroot-2016.05-rc3.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
97ab4865
AC
52 </div>
53 <div class="back">
f4365df1 54 <a href="/downloads/buildroot-2016.05-rc3.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
97ab4865
AC
55 </div>
56 </div>
57 </div>
58
f4365df1
PK
59 <h3><a href="/downloads/buildroot-2016.05-rc3.tar.gz">buildroot-2016.05-rc3.tar.gz</a></h3>
60 <p><a href="/downloads/buildroot-2016.05-rc3.tar.gz.sign">PGP signature</a></p>
97ab4865
AC
61 </div>
62 <div class="col-sm-6">
63 <div class="flip-container center-block" ontouchstart="this.classList.toggle('hover');">
64 <div class="flipper">
65 <div class="front">
f4365df1 66 <a href="/downloads/buildroot-2016.05-rc3.tar.bz2"><img src="images/package.png" width="180" alt=""></a>
97ab4865
AC
67 </div>
68 <div class="back">
f4365df1 69 <a href="/downloads/buildroot-2016.05-rc3.tar.bz2"><img src="images/package.png" width="180" alt=""></a>
97ab4865
AC
70 </div>
71 </div>
72 </div>
73
f4365df1
PK
74 <h3><a href="/downloads/buildroot-2016.05-rc3.tar.bz2">buildroot-2016.05-rc3.tar.bz2</a></h3>
75 <p><a href="/downloads/buildroot-2016.05-rc3.tar.bz2.sign">PGP signature</a></p>
97ab4865
AC
76 </div>
77 </div>
0ab73720 78
97ab4865
AC
79 This and earlier releases (and their PGP signatures) can always be downloaded from
80 <a href="/downloads/">http://buildroot.net/downloads/</a>.
81 </div>
82 </div>
83
84 <div class="panel panel-primary">
85 <div class="panel-heading">Source code</div>
86 <div class="panel-body">
87
88 <div class="row">
89 <div class="col-sm-7">
90 <div class="panel panel-success">
91 <div class="panel-heading">Repository</div>
92 <div class="panel-body">
93 <P>The buildroot repository can be browsed online through cgit at
94 <a href="http://git.buildroot.net/buildroot/">http://git.buildroot.net/buildroot</a>.
95 To grab a copy of the repository use</p>
96
97
98 <div class="input-group" style="width: 100%;">
99 <input class="form-control" style="width: 85%;" id="giturl"
100 value="git clone git://git.buildroot.net/buildroot" type="text" readonly></input>
101 <span class="input-group-button">
102 <button class="btn pull-right" type="button" data-clipboard-target="#giturl"
103 data-toggle="tooltip" data-placement="bottom" data-trigger="manual" title="Copied!">
104 <img class="clippy" src="images/clippy.svg" alt="Copy to clipboard" width="13">
105 </button>
106 </span>
107 </div><br>
108
109 <p>
110 Or if you're behind a firewall blocking git:
111 </p>
112
113 <div class="input-group" style="width: 100%;">
114 <input class="form-control" style="width: 85%;" id="giturlhttps"
115 value="git clone https://git.buildroot.net/buildroot" type="text" readonly></input>
116 <span class="input-group-button">
117 <button class="btn pull-right" type="button" data-clipboard-target="#giturlhttps"
118 data-toggle="tooltip" data-placement="bottom" data-trigger="click" title="Copied!">
119 <img class="clippy" src="images/clippy.svg" alt="Copy to clipboard" width="13">
120 </button>
121 </span>
122 </div><br>
123
124 <p>
125
126 Please use the native git protocol if at all possible, as it's a lot
127 more efficient than HTTP.
128
129 <p>
130
131 If you are not already familiar with using Git, we recommend you visit <a
132 href="http://git-scm.org">the Git website</a>.
133
134 <p>
135
136 Once you've checked out a copy of the source tree, you can update your source
137 tree at any time so it is in sync with the latest and greatest by entering your
138 buildroot directory and running the command:
139
33771d6a
AC
140<pre>
141git pull
142</pre>
97ab4865
AC
143
144 Because you've only been granted anonymous access to the tree, you won't be
145 able to push your changes to the repo. Changes can instead be submitted for
146 inclusion by posting them to the buildroot mailing list.
147 </div>
148 </div>
149 </div>
150
151 <div class="col-sm-5">
152 <div class="panel panel-default ">
153 <div class="panel-heading">Tarballs</div>
154 <div class="panel-body">
155 You can also obtain daily snapshots of the latest Buildroot source tree if you
156 want to follow development, but cannot or do not wish to use Git.
157
158 <ul>
159 <li>You can download the
160 <a href="downloads/snapshots/buildroot-snapshot.tar.bz2">latest snapshot
161 </a> or view recent <a href="downloads/snapshots/">daily snapshots</a>.
162 </li>
163
164 <li>You can also <a href="http://git.buildroot.net/buildroot">browse the
165 source tree online</a>.
166 </li>
167 </ul>
168
169 <p>
170 Older versions can be downloaded from <a href="/downloads/">the release archive</a>.
171 </p>
172 </div>
173 </div>
174 </div>
175 </div>
176 </div>
177 </div>
cec43a8f 178
da9ab5e2
AC
179</div><!--/.col-sm-10 -->
180</div><!--/.row -->
97ab4865 181</div>
da9ab5e2 182
a9d6aed9 183<!--#include file="footer.html" -->
This page took 0.468569 seconds and 4 git commands to generate.