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

11 lines
183 B
Markdown
Raw Normal View History

2026-07-22 04:29:56 +03:00
numactl 2.0.19
=
https://github.com/numactl/numactl/archive/refs/tags/v2.0.19.tar.gz
``` sh *** build ***
./autogen.sh
./configure --prefix=$pkgpath
make -j$(nproc)
make install
```