From 02c58b37bf42cf32026e4326040c694e6fbcaad8 Mon Sep 17 00:00:00 2001 From: fche Date: Fri, 21 Sep 2007 18:12:54 +0000 Subject: add git usage info --- README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README b/README index be2bb78d..a4790ccc 100644 --- a/README +++ b/README @@ -31,12 +31,15 @@ Build steps: ftp://sources.redhat.com/pub/systemtap/elfutils/elfutils-NNNN.tar.gz ftp://sources.redhat.com/pub/systemtap/elfutils/elfutils-portability.patch - Untar the snapshot in some new directory; apply patch (don't ask, long story) -- Download systemtap sources snapshot or from CVS: +- Download systemtap sources snapshot or from CVS or GIT: ftp://sources.redhat.com/pub/systemtap/snapshots/ (or) cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/systemtap login # enter "anoncvs" as the password cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/systemtap co src + (or) + git clone git://sources.redhat.com/git/systemtap.git + (or) http://sources.redhat.com/git/systemtap.git - Build it: cd src ./configure --with-elfutils=PATCHED-ELFUTILS-DIR [other autoconf options] -- cgit