How to build CefSharp with custom build cef #4987
|
I build cef with that commands Then i build cef-binary for x64 only using vs2022 and then added NuGet folder in it to VS nuget source. I found strange that it tries to lookup for libcef.lib but not libcef.dll. Any fixes for that? |
Replies: 1 comment 2 replies
|
When building I don't know what arguments you used for any of the powershell scripts, so it's not really possibly to provide any guidance past that.
It's a mixed mode |
You should test with the
CEF Sample application (cefclient)to confirm that your build actually works.