readme - fix typos

This commit is contained in:
Carsten Haitzler 2022-06-07 15:39:43 +01:00
parent 853fb69417
commit 6670a57054
1 changed files with 2 additions and 2 deletions

View File

@ -473,7 +473,7 @@ to your library locations so you might have to have more like:
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/local/lib64/pkgconfig:/usr/local/lib/x86_64-linux-gnu/pkgconfig:/usr/lib/pkgconfig:/usr/lib64/pkgconfig:/usr/lib/x86_64-linux-gnu/pkgconfig
```
You will need to enusre that the destination library directory (e.g.
You will need to ensure that the destination library directory (e.g.
`/usr/local/lib` is in your /etc/ld.so.conf or /etc/ld.so.conf.d/
files and after installing anything that installs libraries you
re-run `ldconfig`. Please see relevant documentation on ldconfig and
@ -519,7 +519,7 @@ meson . build
### Quick build help
How clean out the build and config and start fresh:
How to clean out the build and config and start fresh:
```sh
rm -rf build
```