Building WindBot - IceYGO/windbot GitHub Wiki
Visual Studio
- Open WindBot.sln and build it.
- Copy or link cards.cdb next to the exe.
Mono (Linux and MacOSX)
- Install Mono .
xbuild /property:Configuration=Release /property:OutDir=windbot-exe
- Copy or link cards.cdb next to the exe.
- If you got many CS0518 errors, try adding
/property:TargetFrameworkVersion="v4.5"
to parameteres.