Author: pierre
Date: Fri Aug 25 04:57:58 2017
New Revision: 19088

Log:
Better instructions and better explanations for the java optiion in graphviz

Modified:
   trunk/BOOK/general/genutils/graphviz.xml

Modified: trunk/BOOK/general/genutils/graphviz.xml
==============================================================================
--- trunk/BOOK/general/genutils/graphviz.xml    Fri Aug 25 02:11:43 2017        
(r19087)
+++ trunk/BOOK/general/genutils/graphviz.xml    Fri Aug 25 04:57:58 2017        
(r19088)
@@ -187,10 +187,13 @@
     </para>
 
     <para>
-      <option>--with-javaincludedir=/opt/jdk/include
-              --with-javalibdir=/opt/jdk/jre/lib</option>: If you have built
-      <xref linkend="openjdk"/> in /opt, it is necessary to indicate the
-      location of the java header files and libraries to configure.
+      <option>--with-javaincludedir="$JAVA_HOME/include
+                                   -I$JAVA_HOME/include/linux"</option>:
+      If you have built <xref linkend="openjdk"/> in /opt, and you want to
+      build the JAVA bindings, it is necessary to specify the location of the
+      JAVA header files to configure. The configure switch is designed for
+      only one directory, but two directories need to be included.
+      This is possible nevertheless by using the -I switch inside the variable.
     </para>
 
   </sect2>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to