diff --git a/Windows.md b/Windows.md index 09d10e2..771fb28 100644 --- a/Windows.md +++ b/Windows.md @@ -2,6 +2,8 @@ See [[installation]]. Compilation requires a C compiler like GCC to compile third party libraries used by Ebiten. You would need C compiler like [MinGW](http://www.mingw.org/) on Windows. Visual Studio is not tested. +Ebiten is also tested on [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10). Don't forget to install MinGW and add `GOOS=windows` when building. + # How to install ## Install Git @@ -43,10 +45,6 @@ scoop install gcc Get the installer from [TDM GCC](http://tdm-gcc.tdragon.net/download) and install it. `PATH` will be set by the install so you don't have to care. The problem is that TDM GCC is not updated recently, and the last update was in 2015. -### Option 4. Linux for Windows - -(TBD) - ## Run examples To check installation finished correctly, let's execute an example.