From ce2957283c84ae291297359f8f2b1b5f0e5fbf20 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 20 Oct 2009 19:29:48 +0100 Subject: [PATCH] Improve installation instructions re git etc. --- yarrg/README | 2 +- yarrg/web/intro | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/yarrg/README b/yarrg/README index 39c6090..0a84f5c 100644 --- a/yarrg/README +++ b/yarrg/README @@ -94,7 +94,7 @@ This program has quite a few dependencies: On other Linux distros the packages may have different names, but these should be roughly right for Debian and its derivatives. You can install them with this rune: - sudo apt-get install build-essential libnetpbm10-dev netpbm libx11-dev libxtst-dev libpcre3-dev tk8.4 libxml-parser-perl libjson-perl + sudo apt-get install git-core build-essential libnetpbm10-dev netpbm libx11-dev libxtst-dev libpcre3-dev tk8.4 libxml-parser-perl libjson-perl The supplied helper programs diff --git a/yarrg/web/intro b/yarrg/web/intro index c77f183..66dc15f 100755 --- a/yarrg/web/intro +++ b/yarrg/web/intro @@ -83,24 +83,27 @@ To install the client, install the `git' version control system and the other dependencies listed in the `Installation requirements' section of the README and then run:
-git clone http://www.chiark.greenend.org.uk/~ijackson/ypp-sc-tools/master/.git ypp-sc-tools
+git-clone http://www.chiark.greenend.org.uk/~ijackson/ypp-sc-tools/master/.git ypp-sc-tools
 cd ypp-sc-tools
 cd yarrg
 make
 
this will download the code into the directory ypp-sc-tools, -and build the software. +and build the software. (If your Linux is very up to date you may +find that it complains that it doesn't know the command git-core. +In that case, use git core, with a space, instead.)

When new versions of the upload client are released, you can:

 cd .../ypp-sc-tools
-git pull
+git-pull
 cd yarrg
 make
 
-to fetch the new version. +to fetch the new version. (Again, you may need git pull +instead of git-pull.)

Uploading from Windows

-- 2.30.2