-
Notifications
You must be signed in to change notification settings - Fork 88
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
How to build libcef_dll_wrapper.lib for Version 37 using VS2010 #26
Comments
You'll need to download the Unzip and copy into their relevant folders. |
Okay, thanks I started downloading. Just for knowledge how you decide which branch need to download. I mean How you decided to download branch 2062 whereas more other version are available on that website. |
If you look closer you'll see that |
Thanks a lot. |
I tried as you said, after downloading and extracting Then I modified
After running this file from power shell I got this message:
There are so many errors on power shell window, don't know which to post. I also tried by opening |
|
okay, is this https://github.com/cefsharp/cef-binary/tree/2e18189fc4deaa5c70069fb5402a101371a8e4f4 is the last commit on |
Yep, that's it. |
I tried with downloading
I observed first occurrence of error and warning it's as below
|
@rover886 Did you sort this? Can we close? From other comments it sounds like you got things working. |
Hi team,
I want to build
libcef_dll_wrapper.lib
forVisual studio 2010
for latest (v37) cefsharp.To do this I have downloaded cef-binary-master.zip from https://github.com/cefsharp/cef-binary. changedbuild.ps1
as suggested by @jornh @ cefsharp/CefSharp#810 (comment) but I am not able to runbuild.ps1
file getting errorCopy-Item : Cannot find path 'E:\Downloads\cef-binary-master_V37\cef-binary-master\cef_binary_3.y.z_windows64\include'
because it does not exist.
At E:\Downloads\cef-binary-master_V37\cef-binary-master\build.ps1:117 char:12
ption
After checking path
E:\Downloads\cef-binary-master_V37\cef-binary-master\cef_binary_3.y.z_windows64\
i found that only.empty
file is there. SO how can i downloadThe text was updated successfully, but these errors were encountered: