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 difference)
|
Revision as of 15: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