diff options
author | fche <fche> | 2007-09-21 18:12:54 +0000 |
---|---|---|
committer | fche <fche> | 2007-09-21 18:12:54 +0000 |
commit | 02c58b37bf42cf32026e4326040c694e6fbcaad8 (patch) | |
tree | fb447ff93b5e5868f2a53a1d11aa887c1fe3dd15 /README | |
parent | 739a3e814f64578666c4d2e25a2bab2b771a8559 (diff) | |
download | systemtap-steved-02c58b37bf42cf32026e4326040c694e6fbcaad8.tar.gz systemtap-steved-02c58b37bf42cf32026e4326040c694e6fbcaad8.tar.xz systemtap-steved-02c58b37bf42cf32026e4326040c694e6fbcaad8.zip |
add git usage info
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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] |