-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
upgrade libcef #875
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I haven't personally done this, but I found some documentation on it here: |
There is a script to generate them, it requires So step |
I did generate all the necessary sln files ( cef.sln ) and I even have the libcef_dll_wrapper.vcxproj .. |
and.. thanks @jankurianski for the links also |
Great 👍 Can you include a brief
Fork
By default it will attempt to generate |
@amaitland thank you for the instructions. I will follow the steps. I will surely write a HOWTO about building libcef and generating the vs files, I agree that this will be useful. I started building chromium 2 days ago and moved on to cef today. It took such a long time to get the source of these 2 projects and build and I kind of had to scour the net to find some good documentation on how to build, but it finally worked out! |
You built |
@avspeed If you can provide some basic instructions on how to generate the project solution files for the latest How does that sound? |
@amaitland that sounds like a plan - Since I ran into many issues while doing it the first time, I am going to redo the whole process from scratch on a clean VM and take some fresh notes. I will catch up with you sometimes tonight. Thanks |
Great 👍 You can edit the (Anyone with a |
Hello @amaitland here is a 1st version. It basically goes through the automated git workflow and the last section ( provided the automated got workflow succeeded ) talks about generating the VS 2013 solution and projects. Installing Depot Tools is the critical first step. https://github.com/cefsharp/CefSharp/wiki/Building-Cef-from-source I will expand a bit on that tomorrow, but that is a start. |
First attempt at packaging |
That is great! I will check this out tonight. Thanks |
Looks like they basically work, branch is here https://github.com/cefsharp/CefSharp/tree/cef/2272 |
Yup .. Works great on this end too... thanks again. |
No problem. Thanks for adding info to the |
I've put the basic steps up on the https://github.com/cefsharp/cef-binary/wiki Was thinking it might be worth moving your article there as it's in context then. Still keep a link on the main wiki as that's where people are more likely to land. Feel free to give it a go if your interested. |
Thank you. I have moved my article to the cef-binary wiki. https://github.com/cefsharp/cef-binary/wiki/Building-Cef-from-source I think that this thread can be closed now - Have a good day. |
Hello Team CefSharp,
Not techbically an issue but I downloaded and built branch 2272 of cef and would like to use it with cefsharp. Are the steps needed to build my own cefsdk and subsequently rebuild cefsharp with the custom cefsdk documented anywhere ?
Thank you for any info that you could share.
The text was updated successfully, but these errors were encountered: