kevin55

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
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
posted on 2015-11-17 15:55  kernel_main  阅读(1354)  评论(0编辑  收藏  举报