-
Notifications
You must be signed in to change notification settings - Fork 6
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
Possibility of supporting Windows #1
Comments
@surferL its been long since i worked on this project last. |
Sure, I can take a look. Would you have any suggestions on best way of doing this? I've had a quick look so far, and you can download Windows executable which installs for you, but requires user interaction... Would you know a way around that in Ansible? Conversely, just install from source... |
Let me organise some. Is installation procedure below correct? I think this will install boost on windows after you download the archive.
If so, you just write this script in Then, the problem is, how to download the archive, as you mentioned. And I found that the zip archive is available from I think you can use this link to download zip. You can check |
I'll have a look tomorrow, but that does look promising! :) |
There's a slight issue where win_unzip is extremely slow and takes around 10 minutes to unzip the boost.zip. This solution does seem to work, but would require Powershell 5 to also be installed / or upgraded on the windows machine... Would that be okay as a requirement? Or just keep using win_unzip? |
I don't know much about windows culture, but it seems that upgrading Power Shell is not kind to user. |
Sounds good. Another pre-requisite of building from source is requiring vcbuildtools, which can be installed with chocolatey (but can do another check to see if it is installed first, before installing it?) |
you are probably able to check if some dependencies like vcbuildtools is installed. |
Would it be possible to support installation to Windows hosts? Or a suggestion if you have an idea / best way of doing this?
The text was updated successfully, but these errors were encountered: