chiark / gitweb /
Merge branch 'master' of chiark:src/jpctb-linkfarmer
[jarrg-owen.git] / README
1 JPCTB - a client for uploading to Yarrg and PCTB
2 ================================================
3
4 Linux
5 -----
6
7 To run on Linux run this command from wherever you unpacked the JPCTB
8 distribution:
9
10 ./jpctb /path/to/dir/with/PCTB*.jar /path/to/yohoho/yohoho
11
12 Windows
13 -------
14
15 On Windows, double-click windows-setup.vbs to install JPCTB.  It will do
16 one of two things:
17
18 1) Just work, in which case you'll have a new icon on your desktop which
19    runs Puzzle Pirates with JPCTB integrated
20
21 2) Fail, and tell you what to do next.  Usually this means installing a
22    Java Runtime Environment (or JVM) and then uninstalling and re-
23    installing Puzzle Pirates.  (Don't worry about reinstalling; you
24    won't lose any of your pirates or pieces of eight!)
25
26 Source
27 ------
28
29 To build from source you will need a Java SDK, version 6, and Apache
30 ant.
31
32 cd src
33 ant -f PCTB.xml
34