Skip to content

TheGodslayer/gcs

 
 

Repository files navigation

GURPS Character Sheet

GURPS Character Sheet (GCS) is a stand-alone, interactive, character sheet editor that allows you to build characters for the GURPS 4th Edition roleplaying game system.

Development Setup

GCS is composed of three source projects that I maintain:

The code is compiled with Java 8. Ant is used to build the product and produce the distribution bundles, however, I use the latest Eclipse release for daily development.

Building from the command line

  1. Clone the source repositories:
% git clone https://github.com/richardwilkes/apple_stubs.git
% git clone https://github.com/richardwilkes/toolkit.git
% git clone https://github.com/richardwilkes/gcs.git
  1. Compile the code:
% cd apple_stubs
% ant
% cd ../toolkit
% ant
% cd ../gcs
% ant

If you want to build a distribution package, you'll also need to:

  1. Download one (or all) of the JRE packages from Oracle. Click the button to download the JRE from the main download page. This will take you to a form where you can download the packages for each platform.

  2. Build a distribution package for your platform:

% cd gcs
% ant bundle

About

GURPS Character Sheet

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 98.8%
  • HTML 1.2%