美文网首页
macOS 下编译 cef3

macOS 下编译 cef3

作者: wyrover | 来源:发表于2018-08-31 11:52 被阅读21次

    http://opensource.spotify.com/cefbuilds/index.html 下下载 macOS 版

    05/26/2016 - CEF 3.2704.1414.g185cd6c / Chromium 51.0.2704.47

    cd cef_binary_3.2704.1414.g185cd6c_macosx64
    vim build.sh
    chmod +x build.sh

    #!/bin/sh
    
    mkdir build && cd build
    cmake -G "Xcode" -DPROJECT_ARCH="x86_64" ..
    

    出错信息

    macOS 10.13 xcode 下编译出错,修改 cmake/cef_variables.cmake.in
    https://bitbucket.org/chromiumembedded/cef/commits/33b5283

    相关文章

      网友评论

          本文标题:macOS 下编译 cef3

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