summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorfche <fche>2007-12-01 00:00:16 +0000
committerfche <fche>2007-12-01 00:00:16 +0000
commit530dc83b3e55713d36d14e14101f9e7e2e502e8d (patch)
treedb640b38bde6fea6d017641560c6a0036e27d359 /README
parent44386f7789fbbb0b144c84847f35da6b10215af0 (diff)
downloadsystemtap-steved-530dc83b3e55713d36d14e14101f9e7e2e502e8d.tar.gz
systemtap-steved-530dc83b3e55713d36d14e14101f9e7e2e502e8d.tar.xz
systemtap-steved-530dc83b3e55713d36d14e14101f9e7e2e502e8d.zip
PR5438: document libcap-devel build-time dependency
From Julio M. Merino Vidal <jmmv@NetBSD.org>: Include libcap-devel in named build dependencies (for <capability.h>).
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index a4790ccc..0ea30508 100644
--- a/README
+++ b/README
@@ -25,9 +25,9 @@ Installation steps:
Build steps:
-- Install the kernel-debuginfo, kernel-[smp-]devel, gcc packages
- (or see below if you are building your own kernels from source).
-- Download the latest elfutils snapshot:
+- 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):
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)
@@ -44,7 +44,7 @@ Build steps:
cd src
./configure --with-elfutils=PATCHED-ELFUTILS-DIR [other autoconf options]
make all check
- make install
+ sudo make install
Tips: