Updated Logo Editor (markdown)

Ben V. Brown
2017-08-11 14:53:25 +10:00
parent 01994ed6d4
commit f0debbf280

@@ -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.