chromiumFx编译使用

CEF

chormeFx 为针对.Net的CEF框架,下载链接为: https://bitbucket.org/chromiumfx/chromiumfx

点击Download可以下载chromiumFX的相关代码,工程为VS2015版本。

解压工程,可以得到动态库和Demo工程,需要自己编译才能生成所需库文件,编译过程如下:

  1. Clone the repo and update to top revision.
  2. Read cef/README.txt for the required CEF version.
  3. Download the required CEF binary packages for Windows 32-bit and/or 64-bit from the CEF download page or https://cefbuilds.com/ or http://opensource.spotify.com/cefbuilds/index.html.
  4. Extract Resources into cef/Resources, 32-bit Release into cef/Release and/or 64-bit Release into cef/Release64.
  5. Copy cef/Resources/icudtl.dat into cef/Release/ and/or cef/Release64.

教程

注意

工程版本为vs2015,不能使用vs2013进行编译

posted @ 2017-04-06 19:37  mr-xbt  阅读(3443)  评论(0编辑  收藏  举报