summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorfche <fche>2005-08-03 16:54:12 +0000
committerfche <fche>2005-08-03 16:54:12 +0000
commit27cffb521607b81eec660ab9f5b8b607d014c692 (patch)
tree152a7b326e849ee89ab6f1b81ad5d098b0620df3 /README
parentd8aeeb5dff71172116b09141e0443cdf023d51de (diff)
downloadsystemtap-steved-27cffb521607b81eec660ab9f5b8b607d014c692.tar.gz
systemtap-steved-27cffb521607b81eec660ab9f5b8b607d014c692.tar.xz
systemtap-steved-27cffb521607b81eec660ab9f5b8b607d014c692.zip
2005-08-03 Frank Ch. Eigler <fche@elastic.org>
* README: Be more specific about prerequisites. * tapset/builtin_string.stp: New builtin. * testsuite/buildok/seven.stp, semko/eighteen.stp: New tests.
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 4 insertions, 3 deletions
diff --git a/README b/README
index cb5bfd3f..e1d7c268 100644
--- a/README
+++ b/README
@@ -10,8 +10,9 @@ See the INSTALL file for generic build instructions.
Prerequisites:
- linux kernel 2.6.11+ with kprobes
-- kernel module build environment
-- C compiler
-- elfutils with libdwfl
+- 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)
- root privileges