2013-02-13 13:59:02 +01:00
|
|
|
// -*- mode:doc; -*-
|
|
|
|
// vim: set syntax=asciidoc:
|
2012-11-11 04:14:42 +01:00
|
|
|
|
|
|
|
[[getting-buildroot]]
|
2011-10-10 10:46:39 +02:00
|
|
|
Getting Buildroot
|
2012-11-11 04:14:42 +01:00
|
|
|
-----------------
|
2011-10-10 10:46:39 +02:00
|
|
|
|
|
|
|
Buildroot releases are made approximately every 3 months. Direct Git
|
|
|
|
access and daily snapshots are also available, if you want more
|
|
|
|
bleeding edge.
|
|
|
|
|
|
|
|
Releases are available at http://buildroot.net/downloads/[].
|
|
|
|
|
|
|
|
The latest snapshot is always available at
|
|
|
|
http://buildroot.net/downloads/snapshots/buildroot-snapshot.tar.bz2[],
|
|
|
|
and previous snapshots are also available at
|
|
|
|
http://buildroot.net/downloads/snapshots/[].
|
|
|
|
|
|
|
|
To download Buildroot using Git, you can simply follow the rules
|
|
|
|
described on the "Accessing Git" page
|
|
|
|
(http://buildroot.net/git.html[]) of the Buildroot website
|
|
|
|
(http://buildroot.net[]). For the impatient, here's a quick recipe:
|
|
|
|
|
|
|
|
---------------------
|
|
|
|
$ git clone git://git.buildroot.net/buildroot
|
|
|
|
---------------------
|
|
|
|
|