8000 GitHub - chrisdolan/pcgen-svn: PCGen - SVN import, synched daily
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

About

PCGen - SVN import, synched daily

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.7%
  • Other 0.3%
0