Skip to content

Ajraddatz/CVNBot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CVNBot

Quick start

Clone the repo, git clone git://github.com/countervandalism/CVNBot.git, or download the latest release.

Versioning

We use the Semantic Versioning guidelines as much as possible.

Releases will be numbered in the following format:

<major>.<minor>.<patch>

The -alpha suffix is used to indicate unreleased versions in development.

For more information on SemVer, please visit http://semver.org/.

Build

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

Standalone installers (you'll need both Mono and MonoDevelop. The latter includes xbuild):

Or, if using apt-get, use one of these:

Once mono is installed, build the project:

countervandalism/CVNBot/src/CVNBot:$ xbuild CVNBot.csproj

Once built, you can run it (see Installation for more info on how to properly install it for actual usage, don't run it from the Debug directory in production):

countervandalism/CVNBot/src/CVNBot/bin/Debug:$ mono CVNBot.exe

Bug tracker

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

Documentation, support and contact

Copyright and license

See MIT-LICENSE and AUTHORS.

Releases

No releases published

Packages

No packages published