How to compile or use CefSharp with a custom CEF build #5090
Replies: 1 comment 1 reply
-
I haven't built
Basic CEF build instructions for creating a release build are at https://bitbucket.org/chromiumembedded/cef/wiki/AutomatedBuildSetup.md#markdown-header-windows-configuration Don't follow the Building with proprietary codecs should just require some additional
For reference https://www.magpcss.org/ceforum/viewtopic.php?f=18&t=19221
Once you have a
It depends on what your aim is here. Is it to build a custom version of The easiest option is to build the exact same commit as If you want to build There are some instructions at https://github.com/cefsharp/cef-binary/wiki
If you only want to package some of the three architectures then you can now pass in an argument for that cefsharp/cef-binary#100 (comment) Once you have Clone If you are using a different build version than the one https://github.com/cefsharp/CefSharp/blob/master/UpdateNugetPackages.ps1 Again there's a https://github.com/cefsharp/CefSharp/blob/master/build.ps1 The https://github.com/cefsharp/CefSharp/blob/master/appveyor.yml#L11
IF YOU BUILD CEFSHARP WITH VS2022 THEN YOU'LL NEED VC++ 2022 Redist |
Beta Was this translation helpful? Give feedback.
-
Can you provide any insights of what needs to be done to achieve:
2.- Create a Custom CEF build and be able to use it on CefSharp?
Basically Know the requirements to create a compatible build so can more/less be on sync with your releases.
Beta Was this translation helpful? Give feedback.
All reactions