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

19 lines
279 B
Markdown

iwd
=
git://git.kernel.org/pub/scm/network/wireless/iwd.git
``` sh *** build ***
libtoolize
./bootstrap
./configure --disable-systemd-service --disable-manual-pages --prefix=/pkg/gnu/iwd
make -j$(nproc)
make install
```
``` cfg *** build deps ***
dbus
readline
ncurses
ell
```