Libnl

From LFScript
Revision as of 17:27, 3 February 2012 by Marcel (talk | contribs) (Created page with "<scriptname>libnl</scriptname> == Sources == * <sourcecode>http://www.infradead.org/~tgr/libnl/files/libnl-3.2.7.tar.gz</sourcecode> == Installation == <build>./configure --...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

LFScript can find this software under the name libnl.

Sources

Installation

./configure --prefix=/usr \
        --sysconfdir=/etc &&
make

As the root user:

make install