Skip to content

miraheze/CVTBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

CVTBot

Quick start

Clone the repo, git clone git://github.com/miraheze/CVTBot.git

Build

The software is written in C# and originally created as a Visual Studio Project. We use mono to run the executable and msbuild to build the executable.

Recommended installation methods:

For standalone command-line installations on Mac or Windows, see monodevelop.com.

Currently supported versions of Mono: 6.12

Once mono is installed, build the project. The below uses Debug, for local development. (See Installation for how to install it in production):

CVTBot:$ msbuild src/CVTBot.sln /p:Configuration=Debug

Once built, you can run it:

CVTBot/src/CVTBot/bin/Debug:$ mono CVTBot.exe

Bug tracker

Found a bug? Please report it using our issue tracker!

Documentation, support and contact

Copyright and license

See LICENSE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages