bellecp / fast-p

MIT License
343 stars 26 forks source link

Windows support [enchancement] #17

Open nbrewk opened 4 years ago

nbrewk commented 4 years ago

Hi there,

I've been watching your project since it came up on Hacker News. All the components are now available on Windows through chocolatey. Is it technically possible to implement the same functionality under PowerShell?

bellecp commented 4 years ago

I am not familiar with Windows or powershell, and I wouldn't have a windows machine to test it. I believe the go code should compile for windows with little or no modifications. The next step would be to adapt the bash script that from the installation to a powershell equivalent.

If you figure out something that works, you would be very welcome to provide a pull request with a modified README. Otherwise, you may leave here comments about possible issues to adapt the script to powershell as that may be helpful to others.