macOS 下編譯 cef3

weixin_34148340發表於2018-08-31

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

相關文章