Changeset 8abf60e
- Timestamp:
- 09/29/2020 07:23:51 AM (3 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:
- fa0bead
- Parents:
- a934691
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
x/lib/cairomm.xml
ra934691 r8abf60e 5 5 %general-entities; 6 6 7 <!ENTITY cairomm-download-http "https://www.cairographics.org/releases/cairomm-&cairomm-version;.tar. gz">7 <!ENTITY cairomm-download-http "https://www.cairographics.org/releases/cairomm-&cairomm-version;.tar.xz"> 8 8 <!ENTITY cairomm-download-ftp " "> 9 9 <!ENTITY cairomm-md5sum "75a08d50eb08b97667e4ea2be6efa1ad"> … … 79 79 </para> 80 80 81 <bridgehead renderas="sect4">Recommended</bridgehead> 82 <para role="recommended"> 83 <xref linkend="boost"/> (for tests) 84 </para> 85 81 86 <bridgehead renderas="sect4">Optional</bridgehead> 82 87 <para role="optional"> 83 <xref linkend="boost"/> and84 88 <xref linkend="doxygen"/> 85 89 </para> … … 101 105 cd bld && 102 106 103 meson --prefix=/usr \ 104 -Dbuild-tests=true \ 105 .. && 107 meson --prefix=/usr \ 108 -Dbuild-tests=true \ 109 -Dboost-shared=true \ 110 .. && 106 111 ninja</userinput></screen> 107 112 … … 122 127 123 128 <para> 124 <parameter>-Db oost-shared=true</parameter>: This switch has the package125 use the system version of boost.129 <parameter>-Dbuild-tests=true</parameter>: This switch is for building 130 the unit tests. Remove if you have not installed <xref linkend="boost"/>. 126 131 </para> 127 132 128 133 <para> 129 <parameter>-Dbuild-documentation=true</parameter>: This switch builds the 134 <parameter>-Dboost-shared=true</parameter>: This switch has the package 135 use the shared version of boost libraries. It is required if you have 136 not installed the boost static libraries, and you have passed 137 <parameter>-Dbuild-tests=true</parameter>. 138 </para> 139 140 <para> 141 <option>-Dbuild-documentation=true</option>: This switch builds the 130 142 html documentation if doxygen is installed. 131 143 </para>
Note:
See TracChangeset
for help on using the changeset viewer.