Files
AeroPkg/assets/var/gnu/libnl.md

11 lines
189 B
Markdown
Raw Normal View History

2026-07-22 04:29:56 +03:00
libnl 3.12.0
=
https://github.com/thom311/libnl/archive/refs/tags/libnl3_12_0.tar.gz
``` sh *** build ***
./autogen.sh
./configure --prefix=/pkg/gnu/libnl
make -j$(nproc)
make install
```