Installing libnetworkd

libnetworkd uses autoconf and installing it is therefore straightforward.

Obtaining the source

libnetworkd is available via GIT:

mkdir /usr/src/libnetworkd; cd /usr/src/libnetworkd
git init
git remote add origin http://git.mwcollect.org/libnetworkd/
git pull origin master

Configure & Build

Usually, I put stuff built from source to /opt, adjust the prefix as you wish. mwcollect.org projects using libnetworkd usually provide a --with-libnetworkd=$PREFIX option for their configure scripts.

autoreconf -vi
./configure --prefix=/opt/libnetworkd
make -j2

mkdir /opt/libnetworkd
sudo chown oxff:oxff /opt/libnetworkd
make install

Also available in: HTML TXT