-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Windows version #3
Comments
Thanks for your interest. We are working on it. |
Is there anything I can do to help. I've looked at many project trying to merge the two and it looks like yours is the most promising. Have you looked at CEF for cross platform webkit support? |
Check the cef branch of this repo and rogerwang's activity over the last few days =D |
We had successfully integrated Node and CEF together. It works on Linux/Windows now. OSX support will be ready soon. As you can see, we are finalizing our git repo and started pushing it to github now. Your help would be wonderful to us. Bug reports, docs and even patches are welcome. Thanks. |
Awesome! Now I just need to figure out how to compile it and I'll be set :) |
Quick start guide:
|
I think I got close a couple of times but I'm still not able to get it compiling. Looks like rogerwang's repos are incompatible with the HEAD of chromium. I also tried using the revision specified in https://github.com/rogerwang/cef/blob/nwebkit/CHROMIUM_BUILD_COMPATIBILITY.txt but that also appears to have compatibility issues. |
Hi, the gclient URL should be point to ours: "https://github.com/rogerwang/chromium.git@node" and we are currently on CEF3 revision r559. Apologies for the confusion. We'll write a build instruction soon. |
btw, we modified CEF3 r559 and the repo is in https://github.com/rogerwang/cef |
I think I have the necessary prerequisites to attempt a build on my machine. I volunteer to test this once you get the build instructions going. :) |
Klemen, Thanks for your interest. I've put the doc here: https://github.com/rogerwang/node-webkit/tree/cef 'Build from source' section. Hopefully I documented everything well. Please feel free to post here or in the mailing list if there is any problem. |
Excellent, will get cracking as soon as possible. |
Windows version is provided now, see 'Downloads' section on the home page. |
Having a windows version would be great!
The text was updated successfully, but these errors were encountered: