Portal:Wicked/Sources and Binaries
Wicked 源代码和二进制文件
- git 源代码仓库托管于: Wicked 在 github 上
- 二进制软件包在 openSUSE 构建服务 network:wicked 项目树中构建,可以通过以下方式找到: Wicked 在 OBS 上
- 实际的 git master 在 network:wicked:master 项目中自动构建。
- 要从源代码构建 wicked,请尝试以下命令
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.