Libnl: Difference between revisions

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 --..."
 
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:Deleted Scripts]]
'''This software is included in BLFS and therefore no longer maintained here.'''
<scriptname>libnl</scriptname>
<scriptname>libnl</scriptname>



Latest revision as of 09:05, 27 July 2014

This software is included in BLFS and therefore no longer maintained here.

LFScript can find this software under the name libnl.

Sources

Installation

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

As the root user:

make install