首页 > 技术文章 > Visual Studio 2013 编译CEF步骤

kernel0815 2015-11-17 15:55 原文

If you'd like to build the Chromium Embedded Framework (a wrapper for Chromium, for creating browser-based applications) using Visual Studio 2013, you can do so by following the below steps.

1. Get Visual Studio 2013 (I use the Community Edition because it's free).
2. Download a nightly CEF build.
3. Download CMake (Win32).
4. Extract your CEF files (e.g. cef_binary_3.2295.2040_windows32.7z, using 7-zip).
5. Open a command prompt and navigate to the extracted directory (containing a README.txt).
6. Run the following command:
cmake -G "Visual Studio 12"
7. Now you should have a cef.sln file in this directory. Open it with VS 2013!
 
上面步骤中网站如果访问不了,可以从我的百度网盘中下载:http://pan.baidu.com/s/1kTF9qTL

推荐阅读