Skip to content

Building WindBot

Mercury233 edited this page Aug 2, 2018 · 2 revisions

Visual Studio

  1. Open WindBot.sln and build it.
  2. Copy or link cards.cdb next to the exe.

Mono (Linux and MacOSX)

  1. Install Mono .
  2. xbuild /property:Configuration=Release /property:OutDir=windbot-exe
  3. Copy or link cards.cdb next to the exe.
  4. If you got many CS0518 errors, try adding /property:TargetFrameworkVersion="v4.5" to parameteres.
Clone this wiki locally