Skip to content

Commit

Permalink
Fix markdownlint warnings, and highlight release-branch distinction.
Browse files Browse the repository at this point in the history
  • Loading branch information
rpavlik committed Jan 24, 2022
1 parent 22f6490 commit c8d34cc
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,17 @@ thread for Perfetto. The binary size is typically about 450KB.
Clone a [recent release](https://github.com/google/perfetto/releases) of
Perfetto to get the Perfetto SDK (perfetto.h and perfetto.cc).

Configure and build PerCetto:
e.g.

```sh
git clone https://github.com/google/perfetto -b release/v23.x
```

(Only the release branches contain the amalgamated SDK source files.)

Configure and build PerCetto:

```sh
meson build -Dperfetto-sdk=path/to/perfetto/sdk
meson compile -C build
```
Expand Down

0 comments on commit c8d34cc

Please sign in to comment.