h2non / bimg

Go package for fast high-level image processing powered by libvips C library
https://pkg.go.dev/github.com/h2non/bimg?tab=doc
MIT License
2.69k stars 337 forks source link

Development on Windows 10 #334

Open razorness opened 4 years ago

razorness commented 4 years ago

This is no issue, just information for users who want to use this package in a project while developing in a windows environment:

If you are using Goland, you can just set C:\Windows\System32\bash.exe as Shell path in your terminal settings. For debug sessions, you will have to use Go remote configuration.

fess932 commented 4 years ago

there is no way to do without wsl?

razorness commented 4 years ago

You can try out MSYS2 but it will be tricky. I spent hours without success. Using WSL is a very clean and convenient solution. Another solution would be using a normal virtual machine. You can use X2go to open your IDE like a windows application which is actually running in your virtual machine.