before index-conflict changes
This commit is contained in:
@ -1,12 +1,19 @@
|
||||
iwd
|
||||
=
|
||||
https://git.kernel.org/pub/scm/network/wireless/iwd.git
|
||||
git://git.kernel.org/pub/scm/network/wireless/iwd.git
|
||||
|
||||
``` sh *** build ***
|
||||
libtoolize && ./bootstrap && ./configure --prefix=/pkg/gnu/iwd && make -j$(nproc) && make install
|
||||
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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user