Skip to content

pcgen-reorg/pcgen

Repository files navigation

How to compile PCGen?

  1. Install the prerequisites:

    # need these
    apt-get install openjdk-6-jdk ant
    
    # optional, choose one or both
    apt-get install subversion git
  2. Get the sources from the PCGen subversion or from github:

    # subversion
    svn checkout https://pcgen.svn.sourceforge.net/svnroot/pcgen/Trunk/pcgen
    # github
    git clone https://github.com/pcgen/pcgen-svn
  3. Build the sources:

    ant build
  4. Enjoy the latest and/or greatest

    ./pcgen.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 9