首页 > 其他 > 详细

Visual Studio 2013 编译CEF步骤

时间:2015-11-17 16:30:14      阅读:342      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!