-
Notifications
You must be signed in to change notification settings - Fork 106
Building WindBot
Mercury233 edited this page Aug 2, 2018
·
2 revisions
- Open WindBot.sln and build it.
- Copy or link cards.cdb next to the exe.
- 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.