zoukankan      html  css  js  c++  java
  • libnl3.2.25安装编译

    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
  • 相关阅读:
    第四章5
    第四章4
    第四章3
    第四章2
    第四章1
    第四章例4-8
    第四章例4-7
    第四章例4-6
    第四章例4-5
    第四章例4-4
  • 原文地址:https://www.cnblogs.com/woshare/p/5774193.html
Copyright © 2011-2022 走看看