编译安装libimobiledevice

作者: 喵帕斯 | 来源:发表于2015-08-24 19:46 被阅读422次

    编译安装libimobiledevice

    环境准备

    确保你的开发环境满足

    Development Packages of:
    libgnutls or openssl
    libplist
    libusbmuxd

    Software:
    usbmuxd
    make
    autoheader
    automake
    autoconf
    libtool
    pkg-config
    gcc

    Optional:
    cython (Python bindings)
    doxygen (Documentation)

    源码下载

    git clone http://git.libimobiledevice.org/usbmuxd.git

    编译安装

    To compile run:
    ./autogen.sh
    make
    sudo make install

    详见https://github.com/libimobiledevice/libimobiledevice

    相关文章

      网友评论

        本文标题:编译安装libimobiledevice

        本文链接:https://www.haomeiwen.com/subject/fpfqcttx.html