Changeset 13d0d6f0 for general/prog


Ignore:
Timestamp:
12/30/2015 10:48:49 PM (8 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 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, nosym, 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:
10f9bb45
Parents:
b1d3c72a
Message:
  • Update to firefox-43.0.3.
  • Update to audacious-3.7.1, audacious-plugins-3.7.1.
  • Update to xapian-core-1.2.22.
  • Update to wireshark-2.0.1.
  • Update to doxygen-1.8.11.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/doxygen.xml

    rb1d3c72a r13d0d6f0  
    77  <!ENTITY doxygen-download-http "http://ftp.stack.nl/pub/doxygen/doxygen-&doxygen-version;.src.tar.gz">
    88  <!ENTITY doxygen-download-ftp  "ftp://ftp.stack.nl/pub/doxygen/doxygen-&doxygen-version;.src.tar.gz">
    9   <!ENTITY doxygen-md5sum        "79767ccd986f12a0f949015efb5f058f">
    10   <!ENTITY doxygen-size          "4.6 MB">
    11   <!ENTITY doxygen-buildsize     "174 MB (with all programs, docs and tests)">
     9  <!ENTITY doxygen-md5sum        "f4697a444feaed739cfa2f0644abc19b">
     10  <!ENTITY doxygen-size          "4.7 MB">
     11  <!ENTITY doxygen-buildsize     "176 MB (with all programs, docs and tests)">
    1212  <!ENTITY doxygen-time          "2.4 SBU (with all programs, docs and tests)">
    1313]>
     
    8686      </listitem>
    8787    </itemizedlist>
    88 
     88<!--
    8989    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    9090    <itemizedlist spacing='compact'>
     
    9393          url="&patch-root;/doxygen-&doxygen-version;-flex_2_6_0_fix-1.patch"/></para>
    9494      </listitem>
    95     </itemizedlist>
     95    </itemizedlist>-->
     96
    9697    <bridgehead renderas="sect3">Doxygen Dependencies</bridgehead>
    9798
     
    108109      <xref linkend="llvm"/> (with clang),
    109110      <xref linkend="python2"/> or <xref linkend="python3"/>,
    110       <xref linkend="qt4"/> (for doxywizard),
     111      <xref linkend="qt4"/> or
     112      <xref linkend="qt5"/> (for doxywizard),
    111113      <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>) and
    112114      <xref linkend="xapian"/> (for doxyindexer)
     
    120122  <sect2 role="installation">
    121123    <title>Installation of Doxygen</title>
    122 
    123     <para>
    124       First, fix building <application>Doxygen</application> with a newer
    125       version of <application>Flex</application>.
    126     </para>
    127 
    128 <screen><userinput>patch -p1 -i ../doxygen-&doxygen-version;-flex_2_6_0_fix-1.patch</userinput></screen>
    129124
    130125    <para>
     
    154149    </para>
    155150
    156 <screen><userinput>sed -i 's:man/man1:share/&amp;:' ../doc/CMakeLists.txt &amp;&amp;
    157 
    158 cmake -DDOC_INSTALL_DIR=share/doc/doxygen-&doxygen-version; -Dbuild_doc=ON .. &amp;&amp;
     151<screen><userinput>cmake -DDOC_INSTALL_DIR=share/doc/doxygen-&doxygen-version; -Dbuild_doc=ON .. &amp;&amp;
    159152
    160153make docs</userinput></screen>
     
    167160install -vm644 ../doc/*.1 /usr/share/man/man1</userinput></screen>
    168161
     162    <para>
     163      If you have generated the package documentation, then the man pages are
     164      automatically installed, and you do not need to run the last
     165      <command>install ...</command> command.
     166    </para>
     167
    169168  </sect2>
    170169
    171170  <sect2 role="commands">
    172171    <title>Command Explanations</title>
    173 
    174     <para>
    175       <command>sed -i ... CMakeLists.txt</command>: Fixes the directory where
    176       the man pages are installed.
    177     </para>
    178172
    179173    <para>
     
    188182      external search tools (<command>doxysearch.cgi</command> and
    189183      <command>doxyindexer)</command>.
     184    </para>
     185
     186    <para>
     187      <option>-Dforce_qt4=ON</option>: Use this switch to build
     188      <command>doxywizard</command> with Qt4 even if Qt5 is installed.
    190189    </para>
    191190
Note: See TracChangeset for help on using the changeset viewer.