码迷,mamicode.com
首页 > 其他好文 > 详细

Visual Studio 2013 编译CEF步骤

时间:2015-11-17 16:31:21      阅读:220      评论:0      收藏:0      [点我收藏+]

标签:

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

Visual Studio 2013 编译CEF步骤

标签:

原文地址:http://www.cnblogs.com/kernel0815/p/4971964.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!