Libnl: Difference between revisions

From LFScript
No longer maintaining this software
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
'''This package has been added to BLFS on February 6th, 2012 and therefore is no longer maintained here.'''
[[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