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

Suggestion: build percetto v0.1.6 with perfetto v22.1 #29

Open
xuejiaozhou opened this issue Nov 4, 2022 · 1 comment
Open

Suggestion: build percetto v0.1.6 with perfetto v22.1 #29

xuejiaozhou opened this issue Nov 4, 2022 · 1 comment

Comments

@xuejiaozhou
Copy link

git clone https://github.com/olvaffe/percetto.git
git clone https://github.com/google/perfetto.git
cd percetto && git checkout v0.1.6
cd perfetto && git checkout v22.1
cp perfetto/sdk/perfetto.* percetto/perfetto-sdk/
cd percetto

Then build as README.md
meson build -Dperfetto-sdk=path/to/perfetto/sdk (I write a absolute path to percetto/perfetto-sdk)
meson compile -C build

I tried some newer version of perfetto, but built failed with some error.
Then I realized that perfetto is updated more often than percetto.

Suggest note perfetto version when releasing percetto.

@olvaffe
Copy link
Owner

olvaffe commented Nov 4, 2022

This should help in the future, #30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants