Skip to content

Commit

Permalink
[Fabric-Sync] Symplify the build instructions with build_examples.py (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
yufengwangca authored and pull[bot] committed Nov 22, 2024
1 parent c89f808 commit 1876945
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion examples/fabric-admin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ fabrics.
For Linux host example:

```
./scripts/examples/gn_build_example.sh examples/fabric-admin out/debug/standalone 'import("//with_pw_rpc.gni")'
source scripts/activate.sh
./scripts/build/build_examples.py --target linux-x64-fabric-admin-rpc build
```

For Raspberry Pi 4 example:
Expand Down
3 changes: 2 additions & 1 deletion examples/fabric-bridge-app/linux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ defined:
### For Linux host example:

```
./scripts/examples/gn_build_example.sh examples/fabric-bridge-app/linux out/debug/standalone chip_config_network_layer_ble=false 'import("//with_pw_rpc.gni")'
source scripts/activate.sh
./scripts/build/build_examples.py --target linux-x64-fabric-bridge-rpc build
```

### For Raspberry Pi 4 example:
Expand Down

0 comments on commit 1876945

Please sign in to comment.