Note the patchelf dep

This commit is contained in:
наб 2020-10-15 12:24:52 +02:00
parent e8d4c02eda
commit 379f309de7
No known key found for this signature in database
GPG Key ID: BCFD0B018D2658F1
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@ image: debian/sid
packages: packages:
- clang - clang
- pkg-config - pkg-config
- patchelf
- ronn - ronn
tasks: tasks:
- get-zfs: | - get-zfs: |

View File

@ -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