mirror of
https://git.sr.ht/~nabijaczleweli/tzpfms
synced 2025-06-04 22:23:02 +03:00
Note the patchelf dep
This commit is contained in:
parent
e8d4c02eda
commit
379f309de7
@ -2,6 +2,7 @@ image: debian/sid
|
|||||||
packages:
|
packages:
|
||||||
- clang
|
- clang
|
||||||
- pkg-config
|
- pkg-config
|
||||||
|
- patchelf
|
||||||
- ronn
|
- ronn
|
||||||
tasks:
|
tasks:
|
||||||
- get-zfs: |
|
- get-zfs: |
|
||||||
|
@ -14,7 +14,7 @@ Plus it's a pretty good annoyed sigh onomatopoeia.
|
|||||||
|
|
||||||
### Building
|
### Building
|
||||||
|
|
||||||
You'll need `pkg-config` and `libzfslinux-dev`<!-- , to initialise the submodules -->, and `make` should hopefully Just Work™ if you have a C++17-capable compiler.
|
You'll need `pkg-config`, `patchelf` (or to set `$PATCHELF=true`), and `libzfslinux-dev`<!-- , to initialise the submodules -->, and `make` should hopefully Just Work™ if you have a C++17-capable compiler.
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user