Changeset 19b2d64
- Timestamp:
- 12/29/2020 11:04:43 PM (2 years ago)
- Branches:
- 10.1, 11.0, 11.1, 11.2, 11.3, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- ce67d45
- Parents:
- fffb149
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
x/lib/gtkmm3.xml
rfffb149 r19b2d64 102 102 103 103 meson --prefix=/usr \ 104 -Dbuild-documentation=true&&104 .. && 105 105 106 106 ninja</userinput></screen> … … 116 116 </para> 117 117 118 <screen role="root"><userinput>ninja install && 119 mv -v /usr/share/doc/gtkmm-3.0 /usr/share/doc/gtkmm->kmm3-version;</userinput></screen> 118 <screen role="root"><userinput>ninja install</userinput></screen> 119 120 <para> 121 If you have built the documentation (see Command Explanations below) it 122 was installed to <filename 123 class="directory">/usr/share/doc/gtkmm-3.0</filename>. For consistency, 124 move it to a versioned directory as the <systemitem 125 class="username">root</systemitem> user: 126 </para> 127 128 <screen role="nodump">mv -v /usr/share/doc/gtkmm-3.0 /usr/share/doc/gtkmm->kmm3-version;</screen> 129 130 </sect2> 131 132 <sect2 role="commands"> 133 <title>Command Explanations</title> 134 135 <para> 136 <option>-Dbuild-documentation=true</option>: If you have installed 137 <xref linkend="doxygen"/> this define will build and install the 138 documentation. 139 </para> 140 120 141 </sect2> 121 142 … … 139 160 /usr/include/gtkmm-3.0, 140 161 /usr/lib/gdkmm-3.0, 141 /usr/lib/gtkmm-3.0, and 162 /usr/lib/gtkmm-3.0, and optionally 142 163 /usr/share/{devhelp/books/gtkmm-3.0,doc/gtkmm->kmm3-version;} 143 164 </seg>
Note:
See TracChangeset
for help on using the changeset viewer.