Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating documentation for installing Zap #24850

Merged
merged 1 commit into from
Feb 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/VSCODE_DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Tested on:
`git config --global core.autocrlf false`
1. Git clone the main Matter repository here:
<https://github.com/project-chip/connectedhomeip>
1. Launch Visual Studio Code, and open the cloned folder from
1. Launch Visual Studio Code, and open the cloned folder from above
1. Install the
[Dev Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)
extension for Visual Studio Code, this extension allows you to use docker
Expand Down
17 changes: 3 additions & 14 deletions docs/guides/BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,20 +130,9 @@ Finally, reboot your RPi.

## Installing ZAP

`zap-cli` is already installed in pre-built docker images for chip-build, such
as
[chip-build-vscode](https://hub.docker.com/r/connectedhomeip/chip-build-vscode).

Zap generation and tooling relies on `zap-cli` being available on the current
system. You can install it from the zap project
[Releases](https://github.com/project-chip/zap/releases).

You should install a compatible release version, generally checking against the
release set in
[integrations/docker/images/chip-build/Dockerfile](../../integrations/docker/images/chip-build/Dockerfile).

On linux, installation from `zap-linux.zip` is recommended as it pulls fewer
dependencies than the `.deb` package.
`bootstrap.sh` will download a compatible zap version and set it up in `$PATH`.
If you want to install/use a different version, you may download one from the
zap project [Releases](https://github.com/project-chip/zap/releases)

### Which ZAP to use

Expand Down