Changeset 69b2349 for kde/libdbusmenuqt.xml
- Timestamp:
- 06/08/2016 02:30:12 AM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 08f422e
- Parents:
- 1552ac8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kde/libdbusmenuqt.xml
r1552ac8 r69b2349 61 61 <bridgehead renderas="sect4">Required</bridgehead> 62 62 <para role="required"> 63 <!--<xref linkend="qt4"/> or --><xref linkend="qt5"/>63 <xref linkend="qt5"/> 64 64 </para> 65 65 66 66 <bridgehead renderas="sect4">Optional</bridgehead> 67 67 <para role="optional"> 68 <xref linkend="qjson"/> (for building the test suite) and 69 <xref linkend="doxygen"/> (for building the API documentation) 68 <xref linkend="doxygen"/> (for building the API documentation) 70 69 </para> 71 70 … … 77 76 <sect2 role="installation"> 78 77 <title>Installation of libdbusmenu-qt</title> 79 <!--80 <para>Install the qt4 based version of81 <application>libdbusmenu-qt</application> by running the following82 commands:</para>83 78 84 <screen><userinput>mkdir build && 85 cd build && 79 <para>Install <application>libdbusmenu-qt</application> by running the 80 following commands:</para> 86 81 87 cmake -DCMAKE_INSTALL_PREFIX=/usr \88 -DCMAKE_BUILD_TYPE=Release \89 -DUSE_QT4=TRUE \90 -DWITH_DOC=OFF \91 -Wno-dev .. &&92 make</userinput></screen>93 94 <para>To test the results95 (<xref linkend="qjson"/> must be installed),96 issue: <command>make -k check</command>. One test is known to fail.</para>97 98 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>99 100 <screen role="root"><userinput>make install</userinput></screen>101 -->102 <para>Install <!--the qt5 based version of-->103 <application>libdbusmenu-qt</application> by running the following104 commands:</para>105 <!--106 <note><para>If building both versions of this application, be sure107 to remove the previous version of the source and reextract them from108 the original tar file.</para></note>109 -->110 82 <screen><userinput>mkdir build && 111 83 cd build && … … 117 89 make</userinput></screen> 118 90 91 <!-- 119 92 <para> 120 93 To test the results (<xref linkend="qjson"/> must be installed), 121 94 issue: <command>make -k check</command>. One test is known to fail. 122 95 </para> 96 --> 97 98 <para>This packages doe not come wiht a working test suite.</para> 123 99 124 100 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
Note:
See TracChangeset
for help on using the changeset viewer.