diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-06-30 09:13:05 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-06-30 09:13:05 -0400 |
commit | b6109bf04ca3241af236179d28f9c1a32a91c485 (patch) | |
tree | 34dd7d20588f907ee64218ae74dac2ebda24c139 /README | |
parent | ab45bf5d7fddea7f0bf0b81ea430fd3f674b549d (diff) | |
download | systemtap-steved-b6109bf04ca3241af236179d28f9c1a32a91c485.tar.gz systemtap-steved-b6109bf04ca3241af236179d28f9c1a32a91c485.tar.xz systemtap-steved-b6109bf04ca3241af236179d28f9c1a32a91c485.zip |
further clarify that elfutils need not be absolutely freshest, nor rebuilt every time
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -28,7 +28,9 @@ Build steps: - Install the kernel-debuginfo, kernel-[smp-]devel, gcc and libcap-devel packages (or see below if you are building your own kernels from source). -- If desired, download the latest elfutils snapshot to build in "bundled mode" +- If desired, download a recent elfutils snapshot to build in "bundled mode". + If desired, build it separately one time, and install it to /usr/local. + 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) |