Нет описания

Samuel Joseph Jaffe 7cda694343 Update 'README.md' 8 лет назад
resources 03b0441215 Fixing jsonization of Area objects. 8 лет назад
src 6ebb52a178 Getting maven to work, finally. 8 лет назад
.gitignore 58198f0f6b Add Maven.gitignore 8 лет назад
LICENSE 7221fffdae Add Apache License. 8 лет назад
README.md 7cda694343 Update 'README.md' 8 лет назад
pom.xml 6ebb52a178 Getting maven to work, finally. 8 лет назад

README.md

d20-charsheet

Building

This guide assumes the following:

  • The directory you download this project to is called 'd20-charsheet'
  • Both java and maven's bin directories are on the PATH
  • The product is named 'd20-charsheet.jar'

Tools Required

  1. Java Development Kit
  2. Maven

Build Steps

  1. Clone/Download this repository
  2. Open a command prompt in d20-charsheet
  3. Enter the command mvn clean package

Running

From the d20-charsheet directory, run the below command for your OS.

On Windows: java -jar target\d20-charsheet.jar
On OSX/Linux: java -jar target/d20-charsheet.jar

Currently, this can only be run from the 'd20-charsheet' directory!

Installing

Not Yet Supported