zoukankan      html  css  js  c++  java
  • libtrace 安装 使用 修改

    下载

    https://github.com/LibtraceTeam/libtrace/releases

    解压

    进入目录

    依赖

    sudo apt install libpcap0.8-dev -y

    automake
    wget ftp://ftp.gnu.org/gnu/automake/automake-1.9.tar.gz
    tar zxf automake-1.9.tar.gz
    cd automake-1.9
    ./configure
    make
    make install

    libtool
    wget ftp://ftp.gnu.org/gnu/libtool/libtool-2.4.tar.gz
    tar zxf libtool-2.4.tar.gz
    cd libtool-2.4
    ./configure
    make
    make install

    sudo apt install flex -y

    sudo apt install bison -y

    wget https://research.wand.net.nz/software/wandio/wandio-1.0.4.tar.gz

    ./bootstrap.sh

    autoheader
    && aclocal
    && libtoolize --ltdl --copy --force
    && automake --add-missing --copy
    && autoconf
    && ./configure

    make -j8

    sudo make

    sudo ldconfig

  • 相关阅读:
    HTML超链接应用场景
    String 字符串和StringBuffer的知识点总结
    猜数游戏代码
    MemoryLayout
    偏swift框架
    git的使用
    寄存器
    swift基础
    枚举
    安装Ubuntu 20.04 以后
  • 原文地址:https://www.cnblogs.com/pandaroll/p/9128609.html
Copyright © 2011-2022 走看看