Skip to content

kidaa/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

Languages

  • Java 64.2%
  • HTML 26.3%
  • XSLT 9.4%
  • Perl 0.1%
  • NSIS 0.0%
  • Groovy 0.0%