We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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
meson build -Dperfetto-sdk=path/to/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.
The text was updated successfully, but these errors were encountered:
This should help in the future, #30
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: