diff --git a/Logo-Editor.md b/Logo-Editor.md index 4e0a89a..268bdcf 100644 --- a/Logo-Editor.md +++ b/Logo-Editor.md @@ -16,6 +16,10 @@ The .exe file can be downloaded from the releases page and should run on a moder The GUI can be launched directly with mono (`mono TS100.Logo.Editor.exe`). You can also compile it from the sources with `xbuild "TS100 Logo Editor.csproj"`. Depending on your Mono version, if you get `The predefined type ... is not defined or imported` errors, you will have to change `TargetFrameworkVersion` in `TS100 Logo Editor.csproj` to match yours, e.g. from 4.0 to 4.5. +Wine can also be used to run the executable as well. + +Further information is discussed in issue [41](https://github.com/Ralim/ts100/issues/41) + ### Mac The logo editor should run under mono on Mac, similar to Linux.