]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - docs/website/download.html
docs/website: New website
[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>2015.08.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-2015.08.1.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
19               </div>
20               <div class="back">
21                 <a href="/downloads/buildroot-2015.08.1.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
22               </div>
23             </div>
24           </div>
25           <h3><a href="/downloads/buildroot-2015.08.1.tar.gz">buildroot-2015.08.1.tar.gz</a></h3>
26           <p><a href="/downloads/buildroot-2015.08.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-2015.08.1.tar.bz2"><img src="images/package.png" width="180" alt=""></a>
33               </div>
34               <div class="back">
35                 <a href="/downloads/buildroot-2015.08.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-2015.08.1.tar.bz2">buildroot-2015.08.1.tar.bz2</a></h3>
41           <p><a href="/downloads/buildroot-2015.08.1.tar.bz2.sign">PGP signature</a></p>
42         </div>
43       </div>
44
45       <h3 style="text-align: center;">Latest release candidate: <b>2015.11-rc2</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-2015.11-rc2.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
52               </div>
53               <div class="back">
54                 <a href="/downloads/buildroot-2015.11-rc2.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
55               </div>
56             </div>
57           </div>
58
59           <h3><a href="/downloads/buildroot-2015.11-rc2.tar.gz">buildroot-2015.11-rc2.tar.gz</a></h3>
60           <p><a href="/downloads/buildroot-2015.11-rc2.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-2015.11-rc2.tar.bz2"><img src="images/package.png" width="180" alt=""></a>
67               </div>
68               <div class="back">
69                 <a href="/downloads/buildroot-2015.11-rc2.tar.bz2"><img src="images/package.png" width="180" alt=""></a>
70               </div>
71             </div>
72           </div>
73
74           <h3><a href="/downloads/buildroot-2015.11-rc2.tar.bz2">buildroot-2015.11-rc2.tar.bz2</a></h3>
75           <p><a href="/downloads/buildroot-2015.11-rc2.tar.bz2.sign">PGP signature</a></p>
76         </div>
77       </div>
78       This and earlier releases (and their PGP signatures) can always be downloaded from
79       <a href="/downloads/">http://buildroot.net/downloads/</a>.
80     </div>
81   </div>
82
83   <div class="panel panel-primary">
84     <div class="panel-heading">Source code</div>
85     <div class="panel-body">
86
87       <div class="row">
88         <div class="col-sm-7">
89           <div class="panel panel-success">
90             <div class="panel-heading">Repository</div>
91             <div class="panel-body">
92               <P>The buildroot repository can be browsed online through cgit at
93                 <a href="http://git.buildroot.net/buildroot/">http://git.buildroot.net/buildroot</a>.
94                 To grab a copy of the repository use</p>
95
96
97               <div class="input-group" style="width: 100%;">
98                 <input class="form-control" style="width: 85%;" id="giturl"
99                        value="git clone git://git.buildroot.net/buildroot" type="text" readonly></input>
100                 <span class="input-group-button">
101                   <button class="btn pull-right" type="button" data-clipboard-target="#giturl"
102                           data-toggle="tooltip" data-placement="bottom" data-trigger="manual" title="Copied!">
103                     <img class="clippy" src="images/clippy.svg" alt="Copy to clipboard" width="13">
104                   </button>
105                 </span>
106               </div><br>
107
108               <p>
109                 Or if you're behind a firewall blocking git:
110               </p>
111
112               <div class="input-group" style="width: 100%;">
113                 <input class="form-control" style="width: 85%;" id="giturlhttps"
114                        value="git clone https://git.buildroot.net/buildroot" type="text" readonly></input>
115                 <span class="input-group-button">
116                   <button class="btn pull-right" type="button" data-clipboard-target="#giturlhttps"
117                           data-toggle="tooltip" data-placement="bottom" data-trigger="click" title="Copied!">
118                     <img class="clippy" src="images/clippy.svg" alt="Copy to clipboard" width="13">
119                   </button>
120                 </span>
121               </div><br>
122
123               <p>
124
125                 Please use the native git protocol if at all possible, as it's a lot
126                 more efficient than HTTP.
127
128               <p>
129
130                 If you are not already familiar with using Git, we recommend you visit <a
131                                                                                           href="http://git-scm.org">the Git website</a>.
132
133               <p>
134
135                 Once you've checked out a copy of the source tree, you can update your source
136                 tree at any time so it is in sync with the latest and greatest by entering your
137                 buildroot directory and running the command:
138
139                 <pre>
140                   git pull
141                 </pre>
142
143                 Because you've only been granted anonymous access to the tree, you won't be
144                 able to push your changes to the repo. Changes can instead be submitted for
145                 inclusion by posting them to the buildroot mailing list.
146             </div>
147           </div>
148         </div>
149
150         <div class="col-sm-5">
151           <div class="panel panel-default       ">
152             <div class="panel-heading">Tarballs</div>
153             <div class="panel-body">
154               You can also obtain daily snapshots of the latest Buildroot source tree if you
155               want to follow development, but cannot or do not wish to use Git.
156
157               <ul>
158                 <li>You can download the
159                   <a href="downloads/snapshots/buildroot-snapshot.tar.bz2">latest snapshot
160                   </a> or view recent <a href="downloads/snapshots/">daily snapshots</a>.
161                 </li>
162
163                 <li>You can also <a href="http://git.buildroot.net/buildroot">browse the
164                     source tree online</a>.
165                 </li>
166               </ul>
167
168               <p>
169                 Older versions can be downloaded from <a href="/downloads/">the release archive</a>.
170               </p>
171             </div>
172           </div>
173         </div>
174       </div>
175     </div>
176   </div>
177
178 </div><!--/.col-sm-10 -->
179 </div><!--/.row -->
180 </div>
181
182 <!--#include file="footer.html" -->