]> git.lyx.org Git - features.git/commitdiff
* INSTALL - move comment from trunk.
authorPavel Sanda <sanda@lyx.org>
Mon, 9 Sep 2013 09:52:38 +0000 (02:52 -0700)
committerPavel Sanda <sanda@lyx.org>
Mon, 9 Sep 2013 09:52:38 +0000 (02:52 -0700)
INSTALL

diff --git a/INSTALL b/INSTALL
index 42e0b98210b9f22f024bc38a768773b0109a3ada..d53c9164eb9a920a9ba8c3cf3720b28d52e4e505 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -349,3 +349,9 @@ notify us.
           </match>
       </fontconfig>
 
+  o Building on Solaris 11.1. Compilation does not work out of the box
+    at the moment (incompatible iconv argument parameters.)
+    One possible solution is to force ./configure to use appropriate
+    POSIX/SUS level, e.g.:
+    CPPFLAGS="-D_XOPEN_SOURCE=500" ./configure --disable-nls --prefix=/opt/lyx
+    For details see bug #8783.