you-win / spout-gd

Spout for Godot 4
Mozilla Public License 2.0
38 stars 7 forks source link

Unable to Compile on Windows #14

Open smallghostbigthot opened 3 months ago

smallghostbigthot commented 3 months ago

I've tried a few different ways to compile on Linux, which is the only way I can figure out how to use Bash. I tried on Linux baremetal and WSL once I got the "Spout only works on Windows" message, but AFAIK there's no way to use Bash natively on Windows. Am I missing something here?

you-win commented 3 months ago

When you install Git for Windows, it generally comes with Git Bash. This is the terminal I generally use for development on Windows. Here's a guide on how to get Git Bash.

I suppose using cmd/Powershell would make more sense for most users, but I do not usually use those in my workflow. Thus, I don't have any batch or Powershell scripts available.

smallghostbigthot commented 3 months ago

THIS is the key I've been searching for. Thank you for the quick response and the link!