Ignore:
Timestamp:
08/25/2017 11:57:58 AM (7 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
00d1042
Parents:
6022da1
Message:

Better instructions and better explanations for the java optiion in graphviz

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19088 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/graphviz.xml

    r6022da1 r9d66e9a2  
    188188
    189189    <para>
    190       <option>--with-javaincludedir=/opt/jdk/include
    191               --with-javalibdir=/opt/jdk/jre/lib</option>: If you have built
    192       <xref linkend="openjdk"/> in /opt, it is necessary to indicate the
    193       location of the java header files and libraries to configure.
     190      <option>--with-javaincludedir="$JAVA_HOME/include
     191                                   -I$JAVA_HOME/include/linux"</option>:
     192      If you have built <xref linkend="openjdk"/> in /opt, and you want to
     193      build the JAVA bindings, it is necessary to specify the location of the
     194      JAVA header files to configure. The configure switch is designed for
     195      only one directory, but two directories need to be included.
     196      This is possible nevertheless by using the -I switch inside the variable.
    194197    </para>
    195198
Note: See TracChangeset for help on using the changeset viewer.