Ignore:
Timestamp:
01/02/2017 11:20:23 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.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, 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:
55ec717
Parents:
3690841
Message:

libreoffice-5.2.4.2
Exim-4.88
Boost-1.63.0
Swig-3.0.11
Doxygen-1.8.13

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/doxygen.xml

    r3690841 r88499366  
    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        "08e0f7850c4d22cb5188da226b209a96">
     9  <!ENTITY doxygen-md5sum        "0fa414975f8cd6d30e126c28327c1f7c">
    1010  <!ENTITY doxygen-size          "4.7 MB">
    11   <!ENTITY doxygen-buildsize     "125 MB (with all programs and tests)">
    12   <!ENTITY doxygen-time          "2.2 SBU (with all programs and tests)">
     11  <!ENTITY doxygen-buildsize     "180 MB (with all programs, docs, and tests)">
     12  <!ENTITY doxygen-time          "2.2 SBU (with all programs, docs, and tests)">
    1313]>
    1414
     
    133133      -DCMAKE_BUILD_TYPE=Release  \
    134134      -DCMAKE_INSTALL_PREFIX=/usr \
    135       .. &amp;&amp;
     135      -Wno-dev .. &amp;&amp;
    136136
    137137make</userinput></screen>
     
    139139    <para>
    140140      To test the results, issue: <command>make tests</command>.
    141       One test, "test the \cite command", is known to fail.
    142141    </para>
    143142
     
    173172    <para>
    174173      <option>-Dbuild_wizard=ON</option>: Use this switch if
    175       <application>Qt4</application> is installed and you wish to build the GUI
     174      <application>Qt5</application> is installed and you wish to build the GUI
    176175      front-end.
    177176    </para>
     
    183182      <command>doxyindexer)</command>.
    184183    </para>
    185 
     184<!--
    186185    <para>
    187186      <option>-Dforce_qt4=ON</option>: Use this switch to build
    188187      <command>doxywizard</command> with Qt4 even if Qt5 is installed.
    189     </para>
     188    </para>-->
    190189
    191190    <para>
Note: See TracChangeset for help on using the changeset viewer.