summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-11-19 13:33:31 -0500
committerFrank Ch. Eigler <fche@elastic.org>2008-11-19 13:33:31 -0500
commit5095822760fb3dcd3ea3b63e0d4c4f60d05387be (patch)
treee279b18b0353b53e753185dad39b6dd765791c0c /README
parent8590d03dfe106ec860fd1cdbe28d394d61b6a791 (diff)
downloadsystemtap-steved-5095822760fb3dcd3ea3b63e0d4c4f60d05387be.tar.gz
systemtap-steved-5095822760fb3dcd3ea3b63e0d4c4f60d05387be.tar.xz
systemtap-steved-5095822760fb3dcd3ea3b63e0d4c4f60d05387be.zip
* note kernel-debug vs kernel-debuginfo package confusion
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index b7434256..59173166 100644
--- a/README
+++ b/README
@@ -18,7 +18,11 @@ Prerequisites:
Installation steps:
-- Install the kernel-debuginfo, kernel-devel, gcc packages.
+- Install the kernel development and gcc packages.
+- Install any debuginfo packages you need, for kernel and/or userspace.
+ (Beware of confusion between kernel vs. kernel-debug vs kernel-PAE etc.
+ variants. Each likely has a corresponding development and debuginfo
+ package.)
- Install the systemtap package, if one already exists.
Build steps: