]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - docs/website/download.html
Update for 2015.05-rc3
[coffee/buildroot.git] / docs / website / download.html
1 <!--#include file="header.html" -->
2
3 <div class="row">
4 <div class="col-sm-10 col-sm-offset-1">
5
6 <h2>Download</h2>
7
8 <p>
9
10 The latest stable release is <b>2015.02</b>, which can be downloaded
11 here:<p>
12
13 <a href="/downloads/buildroot-2015.02.tar.gz">buildroot-2015.02.tar.gz</a>
14 (<a href="/downloads/buildroot-2015.02.tar.gz.sign">PGP signature</a>)
15 or
16 <a href="/downloads/buildroot-2015.02.tar.bz2">buildroot-2015.02.tar.bz2</a>
17 (<a href="/downloads/buildroot-2015.02.tar.bz2.sign">PGP signature</a>).
18
19 <p>
20
21 The latest release candidate is <b>2015.05-rc3</b>, which can be
22 downloaded here:<p>
23
24 <a href="/downloads/buildroot-2015.05-rc3.tar.gz">buildroot-2015.05-rc3.tar.gz</a>
25 (<a href="/downloads/buildroot-2015.05-rc3.tar.gz.sign">PGP signature</a>)
26 or
27 <a href="/downloads/buildroot-2015.05-rc3.tar.bz2">buildroot-2015.05-rc3.tar.bz2</a>
28 (<a href="/downloads/buildroot-2015.05-rc3.tar.bz2.sign">PGP signature</a>).
29 <p>
30
31 This and earlier releases (and their PGP signatures) can always be downloaded from
32 <a href="/downloads/">http://buildroot.net/downloads/</a>.
33
34 <p>
35
36 You can also obtain daily snapshots of the latest Buildroot source tree if you
37 want to follow development, but cannot or do not wish to use Git.
38
39 <ul>
40         <li>You can download the
41         <a href="downloads/snapshots/buildroot-snapshot.tar.bz2">latest snapshot
42         </a> or view recent <a href="downloads/snapshots/">daily snapshots</a>.
43         </li>
44
45         <li>You can also <a href="http://git.buildroot.net/buildroot">browse the
46         source tree online</a>.
47         </li>
48 </ul>
49
50 <p>
51 Older versions can be downloaded from <a href="/downloads/">the release archive</a>.
52 </p>
53
54 <h2>Repository</h2>
55
56 The buildroot repository can be browsed online through cgit at
57 <a href="http://git.buildroot.net/buildroot/">http://git.buildroot.net/buildroot</a>.
58 To grab a copy of the repository use
59
60 <pre>
61 git clone git://git.buildroot.net/buildroot</pre>
62
63 Or if you're behind a firewall blocking git:
64
65 <pre>
66 git clone http://git.buildroot.net/git/buildroot.git</pre>
67
68 <p>
69
70 Please use the native git protocol if at all possible, as it's a lot
71 more efficient than HTTP.
72
73 <p>
74
75 If you are not already familiar with using Git, we recommend you visit <a
76 href="http://git-scm.org">the Git website</a>.
77
78 <p>
79
80 Once you've checked out a copy of the source tree, you can update your source
81 tree at any time so it is in sync with the latest and greatest by entering your
82 buildroot directory and running the command:
83
84 <pre>
85 git pull
86 </pre>
87
88 Because you've only been granted anonymous access to the tree, you won't be
89 able to push your changes to the repo. Changes can instead be submitted for
90 inclusion by posting them to the buildroot mailing list.
91
92 </div><!--/.col-sm-10 -->
93 </div><!--/.row -->
94
95 <!--#include file="footer.html" -->