mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
update linux native build instructions to mention bin/build-native.sh
This commit is contained in:
parent
eccf133deb
commit
e1abcabef4
|
@ -63,17 +63,9 @@ First, some environment variables need to be set up with command:
|
||||||
|
|
||||||
`. ~/.platformio/penv/bin/activate`
|
`. ~/.platformio/penv/bin/activate`
|
||||||
|
|
||||||
You also want to make some adjustments in the bin/build-all.sh to conform the amd64 build:
|
|
||||||
|
|
||||||
```shell
|
|
||||||
sed -i 's/^BOARDS_ESP32.*/BOARDS_ESP32=""/' bin/build-all.sh
|
|
||||||
sed -i 's/^BOARDS_NRF52.*/BOARDS_NRF52=""/' bin/build-all.sh
|
|
||||||
sed -i 's/echo "Building SPIFFS.*/exit/' bin/build-all.sh
|
|
||||||
```
|
|
||||||
|
|
||||||
You can build amd64 image with command
|
You can build amd64 image with command
|
||||||
|
|
||||||
`bin/build-all.sh`
|
`./bin/build-native.sh`
|
||||||
|
|
||||||
### Executing the application interactively
|
### Executing the application interactively
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue