diff options
| author | fche <fche> | 2007-12-01 00:00:16 +0000 |
|---|---|---|
| committer | fche <fche> | 2007-12-01 00:00:16 +0000 |
| commit | 530dc83b3e55713d36d14e14101f9e7e2e502e8d (patch) | |
| tree | db640b38bde6fea6d017641560c6a0036e27d359 | |
| parent | 2007-11-29 David Smith <dsmith@redhat.com> (diff) | |
PR5438: document libcap-devel build-time dependencyrelease-0.6
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: | |||
| 25 | 25 | ||
| 26 | Build steps: | 26 | Build steps: |
| 27 | 27 | ||
| 28 | - Install the kernel-debuginfo, kernel-[smp-]devel, gcc packages | 28 | - Install the kernel-debuginfo, kernel-[smp-]devel, gcc and libcap-devel |
| 29 | (or see below if you are building your own kernels from source). | 29 | packages (or see below if you are building your own kernels from source). |
| 30 | - Download the latest elfutils snapshot: | 30 | - Download the latest elfutils snapshot (if desired): |
| 31 | ftp://sources.redhat.com/pub/systemtap/elfutils/elfutils-NNNN.tar.gz | 31 | ftp://sources.redhat.com/pub/systemtap/elfutils/elfutils-NNNN.tar.gz |
| 32 | ftp://sources.redhat.com/pub/systemtap/elfutils/elfutils-portability.patch | 32 | ftp://sources.redhat.com/pub/systemtap/elfutils/elfutils-portability.patch |
| 33 | - Untar the snapshot in some new directory; apply patch (don't ask, long story) | 33 | - Untar the snapshot in some new directory; apply patch (don't ask, long story) |
| @@ -44,7 +44,7 @@ Build steps: | |||
| 44 | cd src | 44 | cd src |
| 45 | ./configure --with-elfutils=PATCHED-ELFUTILS-DIR [other autoconf options] | 45 | ./configure --with-elfutils=PATCHED-ELFUTILS-DIR [other autoconf options] |
| 46 | make all check | 46 | make all check |
| 47 | make install | 47 | sudo make install |
| 48 | 48 | ||
| 49 | Tips: | 49 | Tips: |
| 50 | 50 | ||
