Skip to content
forked from uwriegel/CefWin

A C++ wrapper for simple access to chromium embedded framework

License

Notifications You must be signed in to change notification settings

lineCode/CefWin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CefWin

A C++ wrapper for simple access to cromium embedded framework

Links

https://bitbucket.org/chromiumembedded/cef

download page: http://opensource.spotify.com/cefbuilds/index.html

Preparing

download windows 64bit Standard Distribution

extract to ...\source\repos

Rename ...\source\repos\cef_binary_...64 to ...\source\repos\cef64

Create Visula Studio Projects

Start native tools command prompt and navigate to ...\source\repos\cef64

cmake -G "Visual Studio 15" -A x64

Compile samples

Open solution in Visual Studio, rebuild all and start Sample program

Prepare CefWin

Clone Repository to ...\source\repos\cef64

About

A C++ wrapper for simple access to chromium embedded framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.6%
  • C 6.4%