summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-06-29 21:08:35 -0400
committerFrank Ch. Eigler <fche@elastic.org>2008-06-29 21:08:35 -0400
commitab45bf5d7fddea7f0bf0b81ea430fd3f674b549d (patch)
tree1c6506337ff5daf59efc09eba6339b3b04036bbf /README
parent558982c5ade8ae35156d8e6d05e117d49bfa6d45 (diff)
downloadsystemtap-steved-ab45bf5d7fddea7f0bf0b81ea430fd3f674b549d.tar.gz
systemtap-steved-ab45bf5d7fddea7f0bf0b81ea430fd3f674b549d.tar.xz
systemtap-steved-ab45bf5d7fddea7f0bf0b81ea430fd3f674b549d.zip
point out releases/ directory; clarify optionality of elfutils bundling
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 8 insertions, 5 deletions
diff --git a/README b/README
index b36d7241..c0aaa8b5 100644
--- a/README
+++ b/README
@@ -27,18 +27,21 @@ Build steps:
- Install the kernel-debuginfo, kernel-[smp-]devel, gcc and libcap-devel
packages (or see below if you are building your own kernels from source).
-- Download the latest elfutils snapshot (if desired):
+
+- If desired, download the latest elfutils snapshot to build in "bundled mode"
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 GIT:
- ftp://sources.redhat.com/pub/systemtap/snapshots/
+
+- Download systemtap sources:
+ http://sources.redhat.com/systemtap/ftp/releases/
+ http://sources.redhat.com/systemtap/ftp/snapshots/
(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]
+ .../configure [--with-elfutils=PATCHED-ELFUTILS-DIR] [other autoconf options]
make all check
sudo make install
sudo make installcheck