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

Full msys2 support #887

Merged
merged 4 commits into from
Sep 2, 2015
Merged

Full msys2 support #887

merged 4 commits into from
Sep 2, 2015

Conversation

snoyberg
Copy link
Contributor

Instead of using PortableGit, this moves stack over to using the full msys2. The advantage: it comes with pacman. This change also makes it so that the relevant --extra-lib-dirs and --extra-include-dirs are automatically set, meaning the following actually works:

stack exec -- pacman -S mingw64/mingw-w64-x86_64-icu
stack build text-icu. It's working on the msys2 branch

Props to @ygale for the thread at http://sourceforge.net/p/icu/mailman/message/34125921/.

I'd like to get some Windows user tests of this besides myself before this is merged.

@vrdhn
Copy link

vrdhn commented Sep 3, 2015

Is a binary available for this branch ?

@snoyberg
Copy link
Contributor Author

snoyberg commented Sep 3, 2015

No, not yet. I'd recommend building from master (stack upgrade --git), since we'll likely be fixing things for a few newly merged features for the next few days.

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.

3 participants