Page 1 of 1

Unable to build libcef.lib & libcef_dll_wrapper.lib

PostPosted: Tue Mar 02, 2021 4:56 am
by ajay98
I am following these steps for building on a windows platform :-https://bitbucket.org/chromiumembedded/cef/wiki/MasterBuildQuickStart
I am building the master branch & have successfully build the Release_GN_x64, although it took almost more than 10 hours.
But I cannot locate libcef.lib & libcef_dll_wrapper.lib
Why are these libs are not being made ?
Do I have to build these separately ? if yes then how ?
Please guide me how to build both of these.
I am very new to cef, I would really appreciate the help.

Re: Unable to build libcef.lib & libcef_dll_wrapper.lib

PostPosted: Tue Mar 02, 2021 11:49 am
by magreenblatt
What OS? On Windows the file is called libcef.dll.lib. The libcef_dll_wrapper.lib is built along with your application when using a binary distribution.