mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-20 05:33:47 -04:00
install.md: add ./utils/xtgettcap name to "full PGO" instructions too
This commit is contained in:
parent
f747650b77
commit
4fca380585
1 changed files with 5 additions and 3 deletions
|
|
@ -373,6 +373,7 @@ This method requires a running Wayland session.
|
||||||
We will use the script `scripts/generate-alt-random-writes.py`:
|
We will use the script `scripts/generate-alt-random-writes.py`:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
./utils/xtgettcap name
|
||||||
./footclient --version
|
./footclient --version
|
||||||
foot_tmp_file=$(mktemp)
|
foot_tmp_file=$(mktemp)
|
||||||
./foot \
|
./foot \
|
||||||
|
|
@ -386,9 +387,10 @@ rm ${foot_tmp_file}
|
||||||
You should see a foot window open up, with random colored text. The
|
You should see a foot window open up, with random colored text. The
|
||||||
window should close after ~1-2s.
|
window should close after ~1-2s.
|
||||||
|
|
||||||
The first step, `./footclient --version` might seem unnecessary, but
|
The first step, `./utils/xtgettcap name && ./footclient --version`
|
||||||
is needed to ensure we have _some_ profiling data for
|
might seem unnecessary, but is needed to ensure we have _some_
|
||||||
`footclient`. Without this, the final link phase will fail.
|
profiling data for **all** binaries we build. Without this, the final
|
||||||
|
link phase will fail.
|
||||||
|
|
||||||
|
|
||||||
##### Use the generated PGO data
|
##### Use the generated PGO data
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue