Changeset 693ad5f


Ignore:
Timestamp:
07/24/2007 05:02:11 AM (17 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c27abcb4
Parents:
1f74168
Message:

Fixed java bindings for Graphviz

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/graphviz.xml

    r1f74168 r693ad5f  
    129129    <title>Installation of Graphviz</title>
    130130
     131    <para>If you wish to compile the <application>Java</application> language
     132    bindings, you will need to supply the path to the
     133    <application>Java</application> headers with the following command:</para>
     134
     135<screen><userinput>export CPPFLAGS="$CPPFLAGS -I$JAVA_HOME/include -I$JAVA_HOME/include/linux"</userinput></screen>
     136
    131137    <para>Install <application>Graphviz</application> by running the following
    132138    commands:</para>
  • introduction/welcome/changelog.xml

    r1f74168 r693ad5f  
    4848          <para>[randy] - Updated to SANE Backends-1.0.18.</para>
    4949        </listitem>
     50        <listitem>
     51          <para>[dj] - Added Java header path to CPPFLAGS for Graphviz.</para>
     52        </listitem>
    5053      </itemizedlist>
    5154    </listitem>
Note: See TracChangeset for help on using the changeset viewer.