Changeset f6ebe7e


Ignore:
Timestamp:
08/29/2017 12:43:57 PM (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:
bd43647e
Parents:
9f9770b
Message:

Graphviz-2.40.1:

  • patch for Qt5
  • sed for ruby
  • remove --disable-php

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/graphviz.xml

    r9f9770b rf6ebe7e  
    7474      </listitem>
    7575    </itemizedlist>
    76 <!--
     76
    7777    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7878    <itemizedlist spacing="compact">
    7979      <listitem>
    8080        <para>
    81           Required patch:
    82           <ulink url="&patch-root;/graphviz-&graphviz-version;-consolidated_fixes-1.patch"/>
     81          Optional patch to use <xref linkend="qt5"/>:
     82          <ulink url="&patch-root;/graphviz-&graphviz-version;-qt5-1.patch"/>
    8383        </para>
    8484      </listitem>
    8585    </itemizedlist>
    86 -->
     86
    8787    <bridgehead renderas="sect3">Graphviz Dependencies</bridgehead>
    8888
     
    105105      <xref linkend="gs"/>,
    106106      <xref linkend="gtk2"/>,
    107 <!-- Needs Qt4:      <xref linkend="qt5"/>,-->
     107      <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>,
     
    140140
    141141    <para>
     142      If <xref linkend="ruby"/> is installed, and you want to build Ruby
     143      bindings, fix ruby's detection:
     144    </para>
     145
     146<screen><userinput>sed -e '/ruby/s/1\.9/2.4/' -i configure.ac</userinput></screen>
     147
     148    <para>
     149      If <xref linkend="qt5"/> is installed, and you want to build the
     150      <command>gvedit</command> graph editor, issue:
     151    </para>
     152
     153<screen><userinput>patch -p1 -i ../graphviz-&graphviz-version;-qt5-1.patch</userinput></screen>
     154
     155    <para>
    142156      Install <application>Graphviz</application> by running the following
    143157      commands:
     
    146160<screen><userinput>sed -i '/LIBPOSTFIX="64"/s/64//' configure.ac &amp;&amp;
    147161
    148 autoreconf                               &amp;&amp;
    149 ./configure --prefix=/usr --disable-php  &amp;&amp;
     162autoreconf                &amp;&amp;
     163./configure --prefix=/usr &amp;&amp;
    150164make</userinput></screen>
    151165
     
    181195      avoid installing files in /usr/lib64.
    182196    </para>
    183 
     197<!-- Seems php bindings can be built now (not tested)
    184198    <para>
    185       <parameter>--disable-php</parameter>: This version of graphviz
     199      <parameter>- -disable-php</parameter>: This version of graphviz
    186200      does not support php version 7.
    187     </para>
     201    </para>-->
    188202
    189203    <para>
Note: See TracChangeset for help on using the changeset viewer.