acristoffers / CEFSimpleSample

Simple sample on how to use Chromium Embedded Framework. More like a Hello World.
Other
167 stars 43 forks source link

Where does libcef.dylib come from? #5

Closed pupeno closed 9 years ago

pupeno commented 9 years ago

I notice that you have two library files on your project for Mac, one is libcef_dll_wrapper.a and the other one is libcef.dylib, where does libcef.dylib come from?

acristoffers commented 9 years ago

I just took it from the CEF site. It actually needs updating. I'll do it when I have time to download and test everything again. You can grab it from here if you prefer (same as I did) https://cefbuilds.com

Sorry for answering 20 days after, but sometimes GitHub does not send me an email when people open issues :(