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.
I generally use the latest Eclipse IDE for Eclipse Commiters
package from
http://www.eclipse.org/downloads/eclipse-packages/ for developing GCS. If you
are using Windows, make sure you set the
General > Workspace > Default Text Encoding
preference to UTF8, as many
source files contain UTF8 characters and the Windows default encoding will
choke on them.
-
Make sure you have JDK 12 installed. You can download it for your platform here: http://jdk.java.net/12/
-
Make sure you have Apache ANT installed. You can download it for your platform here: https://ant.apache.org/bindownload.cgi
-
Clone the source repositories:
% git clone https://github.com/richardwilkes/gcs
% cd gcs
% ant clone-deps
- Build and bundle the code for your platform:
% cd gcs
% ant bundle