码迷,mamicode.com
首页 > 其他好文 > 详细

libnl3.2.25安装编译

时间:2016-08-15 20:50:19      阅读:2222      评论:0      收藏:0      [点我收藏+]

标签:

1,tar zxvf libnl-3.2.25.tar.gz

 

2,cd libnl-3.2.25

3,./configure --prefix=/usr  --sysconfdir=/etc  --disable-static && make


4,make install

5, make check.

If you wish to install the API documentation, as the root user:
mkdir -vp /usr/share/doc/libnl-3.2.28 &&
tar -xf ../libnl-doc-3.2.28.tar.gz --strip-components=1 --no-same-owner     -C  /usr/share/doc/libnl-3.2.28


gcc -Wall n1.c $(pkg-config --cflags --libs libnl-3.0 libnl-route-3.0) 

技术分享

 



Developer‘s Guide
https://www.infradead.org/~tgr/libnl/doc/core.html
API
https://www.infradead.org/~tgr/libnl/doc/api/group__core.html

http://www.linuxfromscratch.org/blfs/view/svn/basicnet/libnl.html


http://blog.csdn.net/zahuopuboss/article/details/9815751

libnl3.2.25安装编译

标签:

原文地址:http://www.cnblogs.com/woshare/p/5774193.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!