]> sourceware.org Git - systemtap.git/commitdiff
PR5438: document libcap-devel build-time dependency release-0.6
authorfche <fche>
Sat, 1 Dec 2007 00:00:16 +0000 (00:00 +0000)
committerfche <fche>
Sat, 1 Dec 2007 00:00:16 +0000 (00:00 +0000)
From Julio M. Merino Vidal <jmmv@NetBSD.org>:
Include libcap-devel in named build dependencies (for <capability.h>).

README

diff --git a/README b/README
index a4790cccaf2fb1b5838b297cdf03292bcaa3ee91..0ea30508e9487582dcf1ea6ab4f47501a780a5e8 100644 (file)
--- 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:
 
This page took 0.028536 seconds and 5 git commands to generate.