Changeset a934691 for x/lib/cairomm.xml
- Timestamp:
- 09/28/2020 09:48:59 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:
- 8abf60e
- Parents:
- 288c825
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
x/lib/cairomm.xml
r288c825 ra934691 7 7 <!ENTITY cairomm-download-http "https://www.cairographics.org/releases/cairomm-&cairomm-version;.tar.gz"> 8 8 <!ENTITY cairomm-download-ftp " "> 9 <!ENTITY cairomm-md5sum " 9d2282ea34cf9aaa89208bb4bb911909">10 <!ENTITY cairomm-size " 1.3 MB">11 <!ENTITY cairomm-buildsize " 11 MB">12 <!ENTITY cairomm-time " 0.1 SBU">9 <!ENTITY cairomm-md5sum "75a08d50eb08b97667e4ea2be6efa1ad"> 10 <!ENTITY cairomm-size "592 KB"> 11 <!ENTITY cairomm-buildsize "27 MB (with tests)"> 12 <!ENTITY cairomm-time "less than 0.1 SBU (with tests)"> 13 13 ]> 14 14 … … 94 94 95 95 <para> 96 First, fix the documentation directory name:97 </para>98 99 <screen><userinput>sed -e '/^libdocdir =/ s/$(book_name)/cairomm-&cairomm-version;/' \100 -i docs/Makefile.in</userinput></screen>101 102 <para>103 96 Install <application>Cairomm</application> by running the following 104 97 commands: 105 98 </para> 106 99 107 <screen><userinput>./configure --prefix=/usr && 108 make</userinput></screen> 100 <screen><userinput>mkdir bld && 101 cd bld && 102 103 meson --prefix=/usr \ 104 -Dbuild-tests=true \ 105 .. && 106 ninja</userinput></screen> 109 107 110 108 <para> 111 T his package does not come with a test suite.109 To run the test suite, run: <command>ninja test</command>. 112 110 </para> 113 111 … … 116 114 </para> 117 115 118 <screen role="root"><userinput>make install</userinput></screen> 116 <screen role="root"><userinput>ninja install</userinput></screen> 117 118 </sect2> 119 120 <sect2 role="commands"> 121 <title>Command Explanations</title> 122 123 <para> 124 <parameter>-Dboost-shared=true</parameter>: This switch has the package 125 use the system version of boost. 126 </para> 127 128 <para> 129 <parameter>-Dbuild-documentation=true</parameter>: This switch builds the 130 html documentation if doxygen is installed. 131 </para> 119 132 120 133 </sect2> … … 136 149 </seg> 137 150 <seg> 138 /usr/{ include,lib}/cairomm-1.0 and139 /usr/share/{devhelp/books /cairomm-1.0,doc/cairomm-&cairomm-version;}151 /usr/{lib,include}/cairomm-1.0 and 152 /usr/share/{devhelp/books,doc}/cairomm-1.0} 140 153 </seg> 141 154 </seglistitem>
Note:
See TracChangeset
for help on using the changeset viewer.