mirror of
https://git.sr.ht/~nabijaczleweli/tzpfms
synced 2025-04-13 09:37:13 +03:00
Note the patchelf dep
This commit is contained in:
parent
e8d4c02eda
commit
379f309de7
@ -2,6 +2,7 @@ image: debian/sid
|
||||
packages:
|
||||
- clang
|
||||
- pkg-config
|
||||
- patchelf
|
||||
- ronn
|
||||
tasks:
|
||||
- get-zfs: |
|
||||
|
@ -14,7 +14,7 @@ Plus it's a pretty good annoyed sigh onomatopoeia.
|
||||
|
||||
### 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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user