2 // vim: set syntax=asciidoc:
7 Buildroot releases are made every 3 months, in February, May, August and
8 November. Release numbers are in the format YYYY.MM, so for example
11 Release tarballs are available at http://buildroot.org/downloads/[].
13 For your convenience, a https://www.vagrantup.com/[Vagrantfile] is
14 available in `support/misc/Vagrantfile` in the Buildroot source tree
15 to quickly set up a virtual machine with the needed dependencies to
18 If you want to setup an isolated buildroot environment on Linux or Mac
19 Os X, paste this line onto your terminal:
22 curl -O https://buildroot.org/downloads/Vagrantfile; vagrant up
25 If you are on Windows, paste this into your powershell:
28 (new-object System.Net.WebClient).DownloadFile(
29 "https://buildroot.org/downloads/Vagrantfile","Vagrantfile");
33 If you want to follow development, you can use the daily snapshots or
34 make a clone of the Git repository. Refer to the
35 http://buildroot.org/download[Download page] of the Buildroot website