Merge pull request #16 from jordalgo/readme-meson-min

Update readme with alt meson install instructions
This commit is contained in:
Tejun Heo 2023-12-08 06:40:16 -10:00 committed by GitHub
commit 82c5c09514
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -144,7 +144,10 @@ scx
`meson` is the main build system but each Rust sub-project is its own
self-contained cargo project and can be built and published separately. The
followings are the dependencies and version requirements.
followings are the dependencies and version requirements. **Note**: many distros
only have earlier versions of `meson`, in that case just [clone the meson
repo](https://mesonbuild.com/Quick-guide.html#installation-from-source) and call
the `meson.py` from within the repo source (no extra building or deps required).
- `meson`: >=1.2, build scripts under `meson-scripts/` use `bash` and
standard utilities including `awk`.
@ -153,6 +156,7 @@ followings are the dependencies and version requirements.
new in 1.3)
- Rust toolchain: >=1.72
- `libelf`, `libz`, `libzstd` if linking against staic `libbpf.a`
- `bpftool` (usually available in `linux-tools-common`)
### Setting Up and Building