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