From 91bef257e2fa860049495965b30d4162defb4891 Mon Sep 17 00:00:00 2001 From: fche Date: Tue, 31 Jan 2006 15:56:39 +0000 Subject: * clarify non-reliance on system elfutils --- README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: -- cgit