Skip to content

dlabat/pcgen-svn

 
 

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