]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - docs/website/download.html
Update for 2016.11.1
[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 stable release: <b>2016.11.1</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-2016.11.1.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
19               </div>
20               <div class="back">
21                 <a href="/downloads/buildroot-2016.11.1.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
22               </div>
23             </div>
24           </div>
25           <h3><a href="/downloads/buildroot-2016.11.1.tar.gz">buildroot-2016.11.1.tar.gz</a></h3>
26           <p><a href="/downloads/buildroot-2016.11.1.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-2016.11.1.tar.bz2"><img src="images/package.png" width="180" alt=""></a>
33               </div>
34               <div class="back">
35                 <a href="/downloads/buildroot-2016.11.1.tar.bz2"><img src="images/package.png" width="180" alt=""></a>
36               </div>
37             </div>
38           </div>
39
40           <h3><a href="/downloads/buildroot-2016.11.1.tar.bz2">buildroot-2016.11.1.tar.bz2</a></h3>
41           <p><a href="/downloads/buildroot-2016.11.1.tar.bz2.sign">PGP signature</a></p>
42         </div>
43       </div>
44 <!--
45       <h3 style="text-align: center;">Latest release candidate: <b>2016.11-rc3</b></h3>
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">
51                 <a href="/downloads/buildroot-2016.11-rc3.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
52               </div>
53               <div class="back">
54                 <a href="/downloads/buildroot-2016.11-rc3.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
55               </div>
56             </div>
57           </div>
58
59           <h3><a href="/downloads/buildroot-2016.11-rc3.tar.gz">buildroot-2016.11-rc3.tar.gz</a></h3>
60           <p><a href="/downloads/buildroot-2016.11-rc3.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-2016.11-rc3.tar.bz2"><img src="images/package.png" width="180" alt=""></a>
67               </div>
68               <div class="back">
69                 <a href="/downloads/buildroot-2016.11-rc3.tar.bz2"><img src="images/package.png" width="180" alt=""></a>
70               </div>
71             </div>
72           </div>
73
74           <h3><a href="/downloads/buildroot-2016.11-rc3.tar.bz2">buildroot-2016.11-rc3.tar.bz2</a></h3>
75           <p><a href="/downloads/buildroot-2016.11-rc3.tar.bz2.sign">PGP signature</a></p>
76         </div>
77       </div>
78 -->
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
140 <pre>
141 git pull
142 </pre>
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>
178
179 </div><!--/.col-sm-10 -->
180 </div><!--/.row -->
181 </div>
182
183 <!--#include file="footer.html" -->