]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - docs/website/download.html
docs/website: update for 2017.02.9
[coffee/buildroot.git] / docs / website / download.html
1 <!--#include file="header.html" -->
2
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
11       <h3 style="text-align: center;">Latest long term support release: <b>2017.02.9</b></h3>
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">
18                 <a href="/downloads/buildroot-2017.02.9.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
19               </div>
20               <div class="back">
21                 <a href="/downloads/buildroot-2017.02.9.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
22               </div>
23             </div>
24           </div>
25           <h3><a href="/downloads/buildroot-2017.02.9.tar.gz">buildroot-2017.02.9.tar.gz</a></h3>
26           <p><a href="/downloads/buildroot-2017.02.9.tar.gz.sign">PGP signature</a></p>
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">
32                 <a href="/downloads/buildroot-2017.02.9.tar.bz2"><img src="images/package.png" width="180" alt=""></a>
33               </div>
34               <div class="back">
35                 <a href="/downloads/buildroot-2017.02.9.tar.bz2"><img src="images/package.png" width="180" alt=""></a>
36               </div>
37             </div>
38           </div>
39
40           <h3><a href="/downloads/buildroot-2017.02.9.tar.bz2">buildroot-2017.02.9.tar.bz2</a></h3>
41           <p><a href="/downloads/buildroot-2017.02.9.tar.bz2.sign">PGP signature</a></p>
42         </div>
43       </div>
44
45       <h3 style="text-align: center;">Latest stable release: <b>2017.11.1</b></h3>
46
47       <div class="row mt centered">
48         <div class="col-sm-6">
49           <div class="flip-container center-block" ontouchstart="this.classList.toggle('hover');">
50             <div class="flipper">
51               <div class="front">
52                 <a href="/downloads/buildroot-2017.11.1.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
53               </div>
54               <div class="back">
55                 <a href="/downloads/buildroot-2017.11.1.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
56               </div>
57             </div>
58           </div>
59           <h3><a href="/downloads/buildroot-2017.11.1.tar.gz">buildroot-2017.11.1.tar.gz</a></h3>
60           <p><a href="/downloads/buildroot-2017.11.1.tar.gz.sign">PGP signature</a></p>
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">
66                 <a href="/downloads/buildroot-2017.11.1.tar.bz2"><img src="images/package.png" width="180" alt=""></a>
67               </div>
68               <div class="back">
69                 <a href="/downloads/buildroot-2017.11.1.tar.bz2"><img src="images/package.png" width="180" alt=""></a>
70               </div>
71             </div>
72           </div>
73
74           <h3><a href="/downloads/buildroot-2017.11.1.tar.bz2">buildroot-2017.11.1.tar.bz2</a></h3>
75           <p><a href="/downloads/buildroot-2017.11.1.tar.bz2.sign">PGP signature</a></p>
76         </div>
77       </div>
78 <!--
79       <h3 style="text-align: center;">Latest release candidate: <b>2017.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');">
83             <div class="flipper">
84               <div class="front">
85                 <a href="/downloads/buildroot-2017.11-rc2.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
86               </div>
87               <div class="back">
88                 <a href="/downloads/buildroot-2017.11-rc2.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
89               </div>
90             </div>
91           </div>
92
93           <h3><a href="/downloads/buildroot-2017.11-rc2.tar.gz">buildroot-2017.11-rc2.tar.gz</a></h3>
94           <p><a href="/downloads/buildroot-2017.11-rc2.tar.gz.sign">PGP signature</a></p>
95         </div>
96         <div class="col-sm-6">
97           <div class="flip-container center-block" ontouchstart="this.classList.toggle('hover');">
98             <div class="flipper">
99               <div class="front">
100                 <a href="/downloads/buildroot-2017.11-rc2.tar.bz2"><img src="images/package.png" width="180" alt=""></a>
101               </div>
102               <div class="back">
103                 <a href="/downloads/buildroot-2017.11-rc2.tar.bz2"><img src="images/package.png" width="180" alt=""></a>
104               </div>
105             </div>
106           </div>
107
108           <h3><a href="/downloads/buildroot-2017.11-rc2.tar.bz2">buildroot-2017.11-rc2.tar.bz2</a></h3>
109           <p><a href="/downloads/buildroot-2017.11-rc2.tar.bz2.sign">PGP signature</a></p>
110         </div>
111       </div>
112 -->
113       This and earlier releases (and their PGP signatures) can always be downloaded from
114       <a href="/downloads/">http://buildroot.net/downloads/</a>.
115     </div>
116   </div>
117
118   <div class="panel panel-primary">
119     <div class="panel-heading">Source code</div>
120     <div class="panel-body">
121
122       <div class="row">
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>
130
131
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">
139                   </button>
140                 </span>
141               </div><br>
142
143               <p>
144                 Or if you're behind a firewall blocking git:
145               </p>
146
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">
154                   </button>
155                 </span>
156               </div><br>
157
158               <p>
159
160                 Please use the native git protocol if at all possible, as it's a lot
161                 more efficient than HTTP.
162
163               <p>
164
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>.
167
168               <p>
169
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:
173
174 <pre>
175 git pull
176 </pre>
177
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.
181             </div>
182           </div>
183         </div>
184
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.
191
192               <ul>
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>.
196                 </li>
197
198                 <li>You can also <a href="http://git.buildroot.net/buildroot">browse the
199                     source tree online</a>.
200                 </li>
201               </ul>
202
203               <p>
204                 Older versions can be downloaded from <a href="/downloads/">the release archive</a>.
205               </p>
206             </div>
207           </div>
208         </div>
209       </div>
210     </div>
211   </div>
212
213 </div><!--/.col-sm-10 -->
214 </div><!--/.row -->
215 </div>
216
217 <!--#include file="footer.html" -->