mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-07 23:48:40 +01:00
Documentation: Update building.md
This commit is contained in:
parent
46430c3427
commit
725c7baffd
@ -8,10 +8,12 @@ First, get the code on your system! The simplest method is via git.
|
|||||||
- cd ~/
|
- cd ~/
|
||||||
- git clone --recurse-submodules https://github.com/j1nx/MycroftOS.git
|
- git clone --recurse-submodules https://github.com/j1nx/MycroftOS.git
|
||||||
- cd MycroftOS
|
- cd MycroftOS
|
||||||
|
(Optional) If you want to switch to the active development branch.
|
||||||
- git checkout develop
|
- git checkout develop
|
||||||
|
- git submodule update --remote --merge
|
||||||
|
|
||||||
## Patching Buildroot.
|
## 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>
|
<br>
|
||||||
- ./scripts/br-patches.sh
|
- ./scripts/br-patches.sh
|
||||||
<br>
|
<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'
|
To see the available commands, just run: 'make help'
|
||||||
<br>
|
<br>
|
||||||
As example to build the rpi3 version;<br>
|
As example to build the rpi3 version;<br>
|
||||||
make clean<br>
|
- make clean
|
||||||
make rpi3-config<br>
|
- make rpi3-config
|
||||||
make rpi3<br>
|
- make rpi3
|
||||||
<br>
|
|
||||||
To build all available buids, run;<br>
|
To build all available buids, run;<br>
|
||||||
make all
|
- make all
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user