mirror of
https://github.com/scottdraves/flam3.git
synced 2025-01-21 13:30:04 -05:00
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:
parent
1f04d47e55
commit
070e84c45f
@ -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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user