Wicked Sources and Binaries
- Binary packages are built in the openSUSE build service in the network:wicked project tree and can be found via: Wicked in OBS
- The actual git master is built in the network:wicked:master project automatically.
- To build wicked from sources, try following commands:
zypper in git-core rpm-build gcc make pkg-config \
autoconf automake libtool systemd-devel \
libnl3-devel libiw-devel dbus-1-devel \
libgcrypt-devel
git clone https://github.com/openSUSE/wicked.git
cd wicked
./autogen.sh
make rpmbuild
# and then install the RPMs.