From 9a81a4cb4eb8cf5b8f0a781f3f1c6c14c79c44ac Mon Sep 17 00:00:00 2001 From: "Owen S. Dunn" Date: Sun, 6 Dec 2009 22:58:20 +0000 Subject: [PATCH] Add readme --- README | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..5f4d811 --- /dev/null +++ b/README @@ -0,0 +1,34 @@ +JPCTB - a client for uploading to Yarrg and PCTB +================================================ + +Linux +----- + +To run on Linux run this command from wherever you unpacked the JPCTB +distribution: + +./jpctb /path/to/dir/with/PCTB*.jar /path/to/yohoho/yohoho + +Windows +------- + +On Windows, double-click windows-setup.vbs to install JPCTB. It will do +one of two things: + +1) Just work, in which case you'll have a new icon on your desktop which + runs Puzzle Pirates with JPCTB integrated + +2) Fail, and tell you what to do next. Usually this means installing a + Java Runtime Environment (or JVM) and then uninstalling and re- + installing Puzzle Pirates. (Don't worry about reinstalling; you + won't lose any of your pirates or pieces of eight!) + +Source +------ + +To build from source you will need a Java SDK, version 6, and Apache +ant. + +cd src +ant -f PCTB.xml + -- 2.30.2