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 --..." |
No longer maintaining this software |
||
| Line 1: | Line 1: | ||
'''This package has been added to BLFS on February 6th, 2012 and therefore is no longer maintained here.''' | |||
<scriptname>libnl</scriptname> | <scriptname>libnl</scriptname> | ||
Revision as of 21:51, 7 February 2012
This package has been added to BLFS on February 6th, 2012 and therefore is no longer maintained here.
LFScript can find this software under the name libnl.
Sources
Installation
./configure --prefix=/usr \
--sysconfdir=/etc &&
makeAs the root user:
make install
