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? |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
You should test with the
CEF Sample application (cefclient)
to confirm that your build actually works.