From 725c7baffd55a77dd0f2ed770d0478c7f184e87d Mon Sep 17 00:00:00 2001 From: Peter Steenbergen Date: Thu, 26 Mar 2020 10:55:08 +0100 Subject: [PATCH] Documentation: Update building.md --- documentation/building.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/documentation/building.md b/documentation/building.md index 1f32d6c3..ae68e676 100644 --- a/documentation/building.md +++ b/documentation/building.md @@ -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;
- ./scripts/br-patches.sh
@@ -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'
As example to build the rpi3 version;
-make clean
-make rpi3-config
-make rpi3
-
-To build all available buids, run;
-make all +- make clean +- make rpi3-config +- make rpi3 + +To build all available buids, run;
+- make all