summaryrefslogtreecommitdiff
path: root/Build/source/libs/gd/libgd-src/docs/INSTALL.Solaris
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/gd/libgd-src/docs/INSTALL.Solaris')
-rw-r--r--Build/source/libs/gd/libgd-src/docs/INSTALL.Solaris16
1 files changed, 16 insertions, 0 deletions
diff --git a/Build/source/libs/gd/libgd-src/docs/INSTALL.Solaris b/Build/source/libs/gd/libgd-src/docs/INSTALL.Solaris
new file mode 100644
index 00000000000..d6b5bd1adac
--- /dev/null
+++ b/Build/source/libs/gd/libgd-src/docs/INSTALL.Solaris
@@ -0,0 +1,16 @@
+Solaris CAVEATS
+===============
+
+If you are using GNU iconv library installed in f.e. /opt, you will
+need to add the header location to CMAKE= in configure invokation to
+ensure that the system iconv.h header is not used when searching for
+iconv library.
+
+The resulting ./configure invokation would look something like this:
+
+MAKE=gmake CC="gcc -m64" ./configure --prefix=/opt/local \
+CFLAGS="-I/opt/local/include -DHAVE_ICONV -O2 -fomit-frame-pointer -pipe -m64" \
+--with-png=/usr --with-freetype=/opt/local
+
+For more information and discussion see:
+https://bitbucket.org/libgd/gd-libgd/issue/76