We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b62b3a4 commit bdd6960Copy full SHA for bdd6960
README
@@ -159,6 +159,19 @@ the network:wicked project tree and can be found via:
159
The actual git master is built in the network:wicked:master
160
project automatically.
161
162
+To build wicked from sources, try following commands:
163
+
164
+ zypper in git-core rpm-build gcc make pkg-config \
165
+ autoconf automake libtool systemd-devel \
166
+ libnl3-devel libiw-devel dbus-1-devel \
167
+ libgcrypt-devel
168
+ git clone https://github.com/openSUSE/wicked.git
169
+ cd wicked
170
+ ./autogen.sh
171
+ make rpmbuild
172
173
+and then install the RPMs.
174
175
176
Where to discuss or report bugs
177
===============================
0 commit comments