added some instructions for re-configuring the build if there are problems with automake

git-svn-id: https://flam3.googlecode.com/svn/trunk@22 77852712-ef1d-11de-8684-7d64432d61a3
This commit is contained in:
Erik Reckase 2010-10-04 11:13:51 +00:00 committed by Scott Draves
parent 1f04d47e55
commit 070e84c45f

View File

@ -26,6 +26,16 @@ As usual, to configure, build, and install:
make make
sudo make install sudo make install
If this has problems, you may need to re-generate some configuration
files. Do the following steps:
libtoolize
aclocal
automake
autoconf
and then try to configure and install as above.
This package depends on development packages for libz, libpng, This package depends on development packages for libz, libpng,
libjpeg, and libxml2. libjpeg, and libxml2.