Ignore:
Timestamp:
08/25/2017 09:11:43 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:
9d66e9a2
Parents:
711bf41
Message:

graphviz does not build with Qt5.
for graphviz java bindings, the location of the header files and libraries
must be specified to configure

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/graphviz.xml

    r711bf41 r6022da1  
    105105      <xref linkend="gs"/>,
    106106      <xref linkend="gtk2"/>,
    107       <xref linkend="qt5"/>,
     107<!-- Needs Qt4:      <xref linkend="qt5"/>,-->
    108108      <ulink url="http://openil.sourceforge.net/projects.php">DevIL</ulink>,
    109109      <ulink url="http://linux.softpedia.com/get/Programming/Debuggers/Electric-Fence-3305.shtml/">Electric Fence</ulink>,
     
    185185      <parameter>--disable-php</parameter>: This version of graphviz
    186186      does not support php version 7.
     187    </para>
     188
     189    <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.
    187194    </para>
    188195
Note: See TracChangeset for help on using the changeset viewer.