This wiki was updated to MediaWiki 1.37. If you notice any issues, please report them to admin[at]opensuse.org
Portal:Wicked/Sources and Binaries
Wicked Sources and Binaries
- The git source repository is hosted at: Wicked on github
- 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.