编译后会生成 include/cef_version.h
1 #define CEF_VERSION "121.0.0+g2201028+chromium-121.0.6167.16”
1
#define CEF_VERSION "121.0.0+g2201028+chromium-121.0.6167.16”
g2201028 要去掉前面的g,然后才是7位的commit id
开启沙盒后,sub-process will be terminated before it can do any harm 需要你的程序链接 cef_sandbox 静态库. 如何编译才能支持沙盒 一般使用官方的automate_git.py脚本 sandbox-specific configuration comes from the GetConfigArgsSandbox f...
CEF,全称为Chromium Embedded Framework,它可以让你在应用里面嵌入浏览器 https://bitbucket.org/chromiumembedded/cef/ 先配置好 depot_tools 编译,没有用官方的automate-git.py: 最好始终在一个cmd终端里面操作。 git clone https://bitbucket.org/chro...
编译完成之后,就可以打包了: cd cef\tools make_distrib.bat --ninja-build --x64-build #在binary_distrib目录 输出: Creating C:\code\cef_compile\6167\src\cef\binary_distrib\cef_binary_121.0.0+g2201028+chromium-121.0.61...
CEF系列2:打包
cmd系列4:长命令换行