|
Building
Building VCC
Featured IntroductionVirtual Combat Cards is now a Maven project. This choice has proven an invaluable choice since in helped on quality and building. DetailsTo build VCC you will need the following components:
Once you have these running you should follow these steps:
hg clone https://mailleux@code.google.com/p/virtual-combat-cards/ virtual-combat-cards With this command your base directory will be virtual-combat-cards. mvn install:install-file -DgroupId=com.infonode -DartifactId=idw-gpl -Dversion=1.6.1 -Dpackaging=jar -Dfile=<path to lib>/idw-gpl.jar You will need to download the GPL version of the library to run this command (it is shipped on the normal VCC releases). cd vcc-run mvn install cd .. mvn compile mvn exec:java -Dexec.mainClass="vcc.Main" -debug |
► Sign in to add a comment