Tweak suggestions.

This commit is contained in:
roland 2005-08-17 00:52:36 +00:00
parent 62bf5c65f4
commit f6bdc692ec
1 changed files with 2 additions and 1 deletions

View File

@ -55,7 +55,8 @@ available here has to be applied before you can compile on an older system:
tar xzf elfutils-VERSION.tar.gz
patch -p1 -d elfutils-VERSION < elfutils-portability.patch
cd elfutils-VERSION
./configure && make && make check && make install
./configure --program-prefix=eu-devel-
make && make check && make install
(That of course installs things under /usr/local, unlike the RPMs.)