Difference between revisions of "Libnl"

From LFScript
(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 --...")
(No difference)

Revision as of 17:27, 3 February 2012

LFScript can find this software under the name libnl.

Sources

Installation

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

As the root user:

make install