Changeset 7d35a9d2
- Timestamp:
- 04/02/2017 06:52:01 AM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- b4a3599
- Parents:
- 6ca1b179
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genutils/highlight.xml
r6ca1b179 r7d35a9d2 9 9 <!ENTITY highlight-md5sum "1a7e93d879b007fcd58bde84c4e3576f"> 10 10 <!ENTITY highlight-size "1.1 MB"> 11 <!ENTITY highlight-buildsize "16 MB (without API docs)">12 <!ENTITY highlight-time "0.7 SBU (without API docs)">11 <!ENTITY highlight-buildsize "16 MB (without gui)"> 12 <!ENTITY highlight-time "0.7 SBU (without gui)"> 13 13 ]> 14 14 … … 81 81 <bridgehead renderas="sect4">Optional</bridgehead> 82 82 <para role="optional"> 83 <xref linkend="doxygen"/> (to build the API documentation)<!--and 84 <xref linkend="qt4"> (to build the GUI front-end)--> 83 <!-- make apidocs fails because ther is no Doxyfile 84 <xref linkend="doxygen"/> (to build the API documentation) and --> 85 <xref linkend="qt5"/> (to build the GUI front-end) 85 86 </para> 86 87 … … 100 101 <screen><userinput>make</userinput></screen> 101 102 103 <para> 104 To build the <application>Qt5</application> GUI front-end, run the 105 following command: 106 </para> 107 108 <screen><userinput>make gui</userinput></screen> 102 109 <!-- 103 110 <para> 104 To build the <application>Qt4</application> GUI front-end, run the 105 following command: 106 </para> 107 108 <screen><userinput>make gui</userinput></screen> 111 To build the API documentation, run the following command: 112 </para> 113 114 <screen><userinput>make apidocs</userinput></screen> 109 115 --> 110 <para>111 To build the API documentation, run the following command:112 </para>113 114 <screen><userinput>make apidocs</userinput></screen>115 116 116 <para> 117 117 This package does not come with a test suite. … … 126 126 <screen role="root"><userinput>make install</userinput></screen> 127 127 128 <!--<para>128 <para> 129 129 To install the GUI program, run the following command as the 130 130 <systemitem class="username">root</systemitem> user: … … 132 132 133 133 <screen role="root"><userinput>make install-gui</userinput></screen> 134 --> 134 <!-- 135 135 <para> 136 136 To install the API documentation, run the following command … … 139 139 140 140 <screen role="root"><userinput>cp -rv apidocs/html /usr/share/doc/highlight/apidocs</userinput></screen> 141 141 --> 142 142 </sect2> 143 143
Note:
See TracChangeset
for help on using the changeset viewer.