mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-15 07:47:50 -08:00
Merge pull request #1161 from Jorropo/patch-1
update linux native build instructions to mention `bin/build-native.sh`
This commit is contained in:
commit
cd97464a88
|
@ -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