-
Notifications
You must be signed in to change notification settings - Fork 52
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 support #53
Comments
Ah, my apologies. Swarm depends on the I do not know whether it might be possible to get it to build on Windows using something like Cygwin or the Windows Subsystem for Linux. I would be happy to receive any reports either way. I will leave this issue open and change the name as a place to collect ideas and information re: supporting Windows. |
It is possible to get the game running with Windows Subsystem. Installation is really easy too those days. Run wsl in a powershell.
Follow instructions (this will install ubuntu by default). Run the wsl then upgrade/update ubuntu. Whenever the update is over, install ghc then ghcup.
Install stack (if you didn't press yes before), cd in repo then run stack.
|
@abyo Thanks, glad it works! I am curious, do you really need to |
@byorgey I had an issue and found that installing ghc first resolved it, but I suppose you don't have too. |
I ran it on WSL as well. ghcup worked fine, after I installed the prerequisite packages it asked me for. |
Since it seems we have a viable path to building on Windows, I'm going to close this issue. |
Side note: Windows Terminal's text rendering seems to be way slower than just running powershell itself |
With jtdaugherty/vty#260, there may be soon (?!) be a way to build native Swarm on Windows. |
i am trying to use the command stack run but i get the error:
how can i fix this
The text was updated successfully, but these errors were encountered: