10 lines
199 B
Markdown
10 lines
199 B
Markdown
patchelf 0.19
|
|
=
|
|
https://github.com/NixOS/patchelf/archive/refs/tags/0.19.0.tar.gz
|
|
|
|
``` sh *** build ***
|
|
meson setup build --prefix=/pkg/gnu/patchelf
|
|
meson compile -C build
|
|
meson install -C build
|
|
```
|