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

20 lines
309 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 ***
2025-11-18 19:46:36 +03:00
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
```