-
Notifications
You must be signed in to change notification settings - Fork 212
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
Ensure that Windows users can build Porter #115
Comments
Output of
|
Is the goal to have this work on WSL or also powershell? |
I would like a Windows EXE build so I can invoke it from VS Code (which I have not tried running under WSL but which I will bet you a shiny groat no TWO shiny groats will not work). If the build has to happen in WSL rather than Windows/PS then so be it as long as what comes out is a Windows EXE... but things like Duffle build under Windows/PS (with |
Gotcha, then a Windows/PS compatible makefile you shall have! 🙇♀️ In the meantime, the CI builds churn out EXE's, you can grab them from:
See https://porter.sh/install/#windows for full install instructions and a PS instructions on Windows. That link is for the canary build which is fresh from master, no waiting for a new tagged release. Otherwise change the URL to use latest if you want stable releases. |
Whoa, well that is even easier than building it in Windows! Thank you! |
So sorry that I didn't share that sooner! When in doubt, yell and gesture wildly and demand that I live up to your expectations, @itowlson. 💖 |
Tried to build from source just now because I wanted to send a PR, and got this output:
(at this point the build stopped and waited for me to enter something, which I had no idea what to enter so I just hit return)
(at this point it stopped again and opened Notepad, and refused to continue until I closed Notepad. NOTEPAD FORSOOTH)
|
We should ensure (and document how) Windows users can build Porter and contribute.
Implementation Notes:
The text was updated successfully, but these errors were encountered: