Skip to content
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

Closed
wants to merge 39 commits into from

Conversation

jslee02
Copy link
Member

@jslee02 jslee02 commented Sep 3, 2017

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.


# 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.
Copy link
Member

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?

Copy link
Member Author

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.

@jslee02
Copy link
Member Author

jslee02 commented Sep 6, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants