Clone the repository and cd
into the directory
git clone https://github.com/AvatarHurden/V
cd V
For the most recent development version, switch to the develop branch.
git checkout develop
Open the V.sln
project file in Visual Studio to compile and run the code.
To build the project in the command line, run the following command.
msbuild V.sln
To use the command-line program msbuild
, it is necessary to download the build tools.
To run msbuild
, it is necessary to install the Mono framework.
After compilation, cd
into the correct folder.
cd V/bin/Debug
Simply run the executable
V.exe --help
Run mono with the program as an argument
mono V.exe --help