summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorfche <fche>2006-01-31 15:56:39 +0000
committerfche <fche>2006-01-31 15:56:39 +0000
commit91bef257e2fa860049495965b30d4162defb4891 (patch)
tree0b7404c9e33063c5500b1c9c9390d1db1c23c66e /README
parentae246abb53ef1c57eedb0b67da349f87ec43a0ce (diff)
downloadsystemtap-steved-91bef257e2fa860049495965b30d4162defb4891.tar.gz
systemtap-steved-91bef257e2fa860049495965b30d4162defb4891.tar.xz
systemtap-steved-91bef257e2fa860049495965b30d4162defb4891.zip
* clarify non-reliance on system elfutils
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index fae889ca..b01f94ff 100644
--- a/README
+++ b/README
@@ -13,7 +13,9 @@ Prerequisites:
- kernel module build environment (kernel-devel or kernel-smp-devel rpm)
- kernel debugging information (kernel-debuginfo rpm)
- C compiler (same as what kernel was compiled with)
-- elfutils with libdwfl (from fedora rawhide; include -devel and -libelf-)
+- elfutils with libdwfl (possible to reuse system elfutils if new and
+ complete enough, otherwise download source snapshot and build
+ together with systemtap as follows)
- root privileges
Installation steps: