
Requirements
----------------------------------------------------------------------

These devel packages should be installed to compile wicked from source:

  gcc
  make
  automake
  autoconf
  libtool
  libnl-devel
  dbus-1-devel
  pkg-config
  libgcrypt-devel
  systemd-devel


Building
----------------------------------------------------------------------

Build the daemon, library and tools:

  building from tarball     building from git
  ---------------------     -----------------
    ./configure               ./autogen.sh
    make                      make
    make install              make install

Note: binaries will be installed into /usr per default!

Building a rpm package:

  make rpmbuild


