美文网首页
Mac 平台编译适用于 macOS 的 Linphone SDK

Mac 平台编译适用于 macOS 的 Linphone SDK

作者: SwiftBest | 来源:发表于2019-08-12 18:45 被阅读0次

    Mac 必须安装以下工具:

    cmake >= 3.6
    python = 2.7
    pip
    yasm
    nasm
    doxygen
    Pystache (pip install pystache 或 pip install pystache -user)
    six (pip install six)

    构建SDK的步骤如下:

    创建并进入将构建SDK的目录:
    mkdir build && cd build

    执行CMake配置项目:
    cmake ..

    构建SDK:
    cmake --build .

    相关文章

      网友评论

          本文标题:Mac 平台编译适用于 macOS 的 Linphone SDK

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