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

19 lines
279 B
Markdown
Raw Normal View History

2025-08-26 04:41:14 +03:00
iwd
=
2025-11-18 19:46:36 +03:00
git://git.kernel.org/pub/scm/network/wireless/iwd.git
2025-08-26 04:41:14 +03:00
``` sh *** build ***
libtoolize
./bootstrap
./configure --disable-systemd-service --disable-manual-pages --prefix=/pkg/gnu/iwd
make -j$(nproc)
make install
2025-08-26 04:41:14 +03:00
```
``` cfg *** build deps ***
dbus
readline
2025-11-18 19:46:36 +03:00
ncurses
ell
2025-08-26 04:41:14 +03:00
```