mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
MycroftOS: BNuilding now uses a proper Makefile.
- Big thx once again to the HassOS guys.
This commit is contained in:
@ -17,9 +17,15 @@ If this is the very first time you are going to build an image, you need to exec
|
||||
This will patch the Buildroot packages.
|
||||
|
||||
## Building the image.
|
||||
We can build the image(s) by running the following command;
|
||||
Building the image(s) can be done by utilizing a proper Makefile;
|
||||
<br>
|
||||
- ./scripts/build.sh
|
||||
To see the available commands, just run: 'make help'
|
||||
<br>
|
||||
At this moment only one image get's build. Namely the one for RPi3. Later on in time this section will get expanded with other possible supported hardware.
|
||||
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
|
||||
|
||||
|
Reference in New Issue
Block a user