mirror of
https://github.com/JakeHillion/scx.git
synced 2024-10-29 18:42:19 +00:00
Merge pull request #16 from jordalgo/readme-meson-min
Update readme with alt meson install instructions
This commit is contained in:
commit
82c5c09514
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user