diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2007-11-30 18:59:34 -0500 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2007-11-30 18:59:34 -0500 |
commit | 95a664e8c311ba02b7e6f20eb8695b37765ed39a (patch) | |
tree | db640b38bde6fea6d017641560c6a0036e27d359 | |
parent | be01a078db770c236308d8375f96ebb6076a93a1 (diff) | |
download | systemtap-steved-95a664e8c311ba02b7e6f20eb8695b37765ed39a.tar.gz systemtap-steved-95a664e8c311ba02b7e6f20eb8695b37765ed39a.tar.xz systemtap-steved-95a664e8c311ba02b7e6f20eb8695b37765ed39a.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>).
-rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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: |