X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?a=blobdiff_plain;ds=sidebyside;f=README;h=c7528e3621d4003eb93273805ef139b663028232;hb=fdf8031c1556b47f0e3e4cefb9f49b1ea247f32b;hp=6feb43981af0cca60c8598640fa2f61c1b654cfd;hpb=cd2e9f3c4de1504948756b4187ed6f0fc9b07280;p=jarrg-ian.git diff --git a/README b/README index 6feb439..c7528e3 100644 --- a/README +++ b/README @@ -1,23 +1,26 @@ -JPCTB - a client for uploading to Yarrg and PCTB +JARRG - a client for uploading to Yarrg and PCTB ================================================ +See the YARRG website for more information: + http://yarrg.chiark.net/upload + Linux ----- -To run on Linux run this command from wherever you unpacked the JPCTB +To run on Linux run this command from wherever you unpacked the JARRG distribution: -./jpctb /path/to/yohoho/yohoho +./jarrg /path/to/yohoho/yohoho Windows ------- -On Windows, double-click jpctb-setup.exe to install JPCTB. It will do +On Windows, double-click jarrg-setup.exe to install JARRG. 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 + runs Puzzle Pirates with JARRG 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- @@ -35,18 +38,17 @@ You can run the script "build-sh" do to the build: ./build-sh It will create in the current directory (the top level of the build) -the .jar files for JPCTB and also the two distribution files: - jpctb-setup.exe the installer for windows users - jpctb.tar.gz a filtered tarball of this whole directory, for linux users +the .jar files for JARRG and also the two distribution files: + jarrg-setup.exe the installer for windows users + jarrg.tar.gz a filtered tarball of this whole directory, for linux users Currently the build only seems to work with the Sun JDK, so the script sets JAVA_HOME to /usr/lib/jvm/java-6-sun. If that's not what you want, set JAVA_HOME yourself. To make shipping the files a bit easier it prints a rune for rsyncing -the files to the distribution site with a pathname based on the output -from "git-describe". You can set JPCTB_PUBLISH_BASE and ..._DIR to -control the exact output. +the files to the test version on the distribution site. You can set +JARRG_PUBLISH_BASE and ..._DIR to control the exact output. If you want to clean out the build directory to make sure you get a rebuild from scratch, say