-
Notifications
You must be signed in to change notification settings - Fork 285
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
Switch to vcpkg for installing DART dependencies on Windows #913
Conversation
|
||
# specify custom environment variables | ||
# | ||
# We generate project files for Visual Studio 14 because the boost binaries installed on the test server are for Visual Studio 14. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm a bit confused. This line says we generate project files for Visual Studio 14, but then above and below it looks like everything is targeting Visual Studio 15. Am I misunderstanding what it's saying about generating project files?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is an outdated description. Let me update this accordingly. Probably we don't need this note because boost will be installed anyway as fcl
is dependent on it.
It seems the building time exceeds the Appveyor limit (1 hour). I guess we need to use a prebuilt image using docker. Let me close this PR until then. |
We've managed and provided own installer for the DART dependencies, which was tedious work. As discussed, this PR hands over the duty to
vcpkg
, which is a package manager for Windows developed by Microsoft.Note that we still don't build DART on Windows until the existing build issues are resolved. This PS only changes the way to install the DART dependencies.