Documentation: Update building.md

This commit is contained in:
Peter Steenbergen 2020-03-26 10:55:08 +01:00
parent 46430c3427
commit 725c7baffd
1 changed files with 9 additions and 7 deletions

View File

@ -8,10 +8,12 @@ First, get the code on your system! The simplest method is via git.
- cd ~/
- git clone --recurse-submodules https://github.com/j1nx/MycroftOS.git
- cd MycroftOS
(Optional) If you want to switch to the active development branch.
- git checkout develop
- git submodule update --remote --merge
## Patching Buildroot.
If this is the very first time you are going to build an image, you need to execute the following command once;
(ONLY at the first clean checkout/clone) If this is the very first time you are going to build an image, you need to execute the following command once;
<br>
- ./scripts/br-patches.sh
<br>
@ -23,10 +25,10 @@ Building the image(s) can be done by utilizing a proper Makefile;
To see the available commands, just run: 'make help'
<br>
As example to build the rpi3 version;<br>
make clean<br>
make rpi3-config<br>
make rpi3<br>
<br>
To build all available buids, run;<br>
make all
- make clean
- make rpi3-config
- make rpi3
To build all available buids, run;<br>
- make all