X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=jarrg-ian.git;a=blobdiff_plain;f=README;h=dc7902bcf6c619a4a6042606c438a82b1740d7dd;hp=5f4d8111d19255ac7edf02e73ff3dd7b73bab0cb;hb=9e29f745ef3385e4bcb371b99465ddee0f107711;hpb=9a81a4cb4eb8cf5b8f0a781f3f1c6c14c79c44ac diff --git a/README b/README index 5f4d811..dc7902b 100644 --- a/README +++ b/README @@ -7,12 +7,12 @@ 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 +./jpctb /path/to/yohoho/yohoho Windows ------- -On Windows, double-click windows-setup.vbs to install JPCTB. It will do +On Windows, double-click jpctb-setup.exe 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 @@ -27,8 +27,22 @@ Source ------ To build from source you will need a Java SDK, version 6, and Apache -ant. +ant, as well as NSIS to build the Windows installer package. -cd src -ant -f PCTB.xml + cd src + ant -f PCTB.xml + +Currently this only seems to work with the Sun JDK. If your default +JDK is OpenJDK then the following rune may work better: + + JAVA_HOME=/usr/lib/jvm/java-6-sun ant -f PCTB.xml + + +Bugs +---- + +Current known bugs include: + +* Does not work from the Booty Pillaged screen, even though that has a + buy/sell commodities interface.