Tutorial on D + Chromium / CEF / DerelictCEF with OSX ?

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Tue Sep 8 09:34:12 PDT 2015


On 2015-09-08 13:37, Mike McKee wrote:
> I downloaded DerelictCEF and used dub to compile it on my OSX
> (Yosemite). Now how do I get CEF downloaded and ready to work with it? I
> found an OSX 64 bit version file here:
>
> https://cefbuilds.com/

I have no idea how to use the actual API but to use it you need to:

1. Download the 64bit binary
2. Extract the archive
3. Copy the file "Release/Chromium Embedded Framework.framework" to 
"/Library/Frameworks". DerelictCEF will automatically find the framework 
at runtime

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list