diff options
-rw-r--r-- | src/README.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/README.txt b/src/README.txt index 3cc2b70..32e16ce 100644 --- a/src/README.txt +++ b/src/README.txt @@ -26,6 +26,16 @@ As usual, to configure, build, and install: make 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, libjpeg, and libxml2. |