source: x/lib/cairomm-1.0.xml@ fe0192e

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since fe0192e was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 5.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY cairomm-1.0-download-http "https://www.cairographics.org/releases/cairomm-&cairomm-1.0-version;.tar.xz">
8 <!ENTITY cairomm-1.0-download-ftp " ">
9 <!ENTITY cairomm-1.0-md5sum "75a08d50eb08b97667e4ea2be6efa1ad">
10 <!ENTITY cairomm-1.0-size "592 KB">
11 <!ENTITY cairomm-1.0-buildsize "27 MB (with tests)">
12 <!ENTITY cairomm-1.0-time "less than 0.1 SBU (with tests)">
13]>
14
15<sect1 id="cairomm-1.0" xreflabel="libcairomm-&cairomm-1.0-version;">
16 <?dbhtml filename="cairomm-1.0.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>libcairomm-1.0 (cairomm-&cairomm-1.0-version;)</title>
23
24 <indexterm zone="cairomm-1.0">
25 <primary sortas="a-libcairomm-1.0">libcairomm-1.0</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to libcairomm-1.0</title>
30
31 <para>
32 The <application>libcairomm-1.0</application> package provides a C++
33 interface to <application>Cairo</application>.
34 </para>
35
36 &lfs101_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&cairomm-1.0-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&cairomm-1.0-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &cairomm-1.0-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &cairomm-1.0-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &cairomm-1.0-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &cairomm-1.0-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">libcairomm-1.0 Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Required</bridgehead>
75 <para role="required">
76 <xref linkend="cairo"/> and
77 <xref linkend="libsigc"/>
78 </para>
79
80 <bridgehead renderas="sect4">Recommended</bridgehead>
81 <para role="recommended">
82 <xref linkend="boost"/> (for tests)
83 </para>
84
85 <bridgehead renderas="sect4">Optional</bridgehead>
86 <para role="optional">
87 <xref linkend="doxygen"/>
88 </para>
89
90 <para condition="html" role="usernotes">User Notes:
91 <ulink url="&blfs-wiki;/cairomm-1.0"/>
92 </para>
93 </sect2>
94
95 <sect2 role="installation">
96 <title>Installation of libcairomm-1.0</title>
97
98 <para>
99 Install <application>Cairomm-1.0</application> by running the following
100 commands:
101 </para>
102
103<screen><userinput>mkdir bld &amp;&amp;
104cd bld &amp;&amp;
105
106meson --prefix=/usr \
107 -Dbuild-tests=true \
108 -Dboost-shared=true \
109 .. &amp;&amp;
110ninja</userinput></screen>
111
112 <para>
113 To run the test suite, run: <command>ninja test</command>.
114 </para>
115
116 <para>
117 Now, as the <systemitem class="username">root</systemitem> user:
118 </para>
119
120<screen role="root"><userinput>ninja install</userinput></screen>
121
122 </sect2>
123
124 <sect2 role="commands">
125 <title>Command Explanations</title>
126
127 <para>
128 <parameter>-Dbuild-tests=true</parameter>: This switch is for building
129 the unit tests. Remove if you have not installed <xref linkend="boost"/>.
130 </para>
131
132 <para>
133 <parameter>-Dboost-shared=true</parameter>: This switch has the package
134 use the shared version of boost libraries. It is required if you have
135 not installed the boost static libraries, and you have passed
136 <parameter>-Dbuild-tests=true</parameter>.
137 </para>
138
139 <para>
140 <option>-Dbuild-documentation=true</option>: This switch builds the
141 html documentation if doxygen is installed.
142 </para>
143
144 </sect2>
145
146 <sect2 role="content">
147 <title>Contents</title>
148
149 <segmentedlist>
150 <segtitle>Installed Programs</segtitle>
151 <segtitle>Installed Library</segtitle>
152 <segtitle>Installed Directories</segtitle>
153
154 <seglistitem>
155 <seg>
156 None
157 </seg>
158 <seg>
159 libcairomm-1.0.so
160 </seg>
161 <seg>
162 /usr/{lib,include}/cairomm-1.0 and
163 /usr/share/{devhelp/books,doc}/cairomm-1.0 (optional)
164 </seg>
165 </seglistitem>
166 </segmentedlist>
167
168 <variablelist>
169 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
170 <?dbfo list-presentation="list"?>
171 <?dbhtml list-presentation="table"?>
172
173 <varlistentry id="libcairomm-1">
174 <term><filename class="libraryfile">libcairomm-1.0.so</filename></term>
175 <listitem>
176 <para>
177 contains the <application>Cairo</application> API classes
178 </para>
179 <indexterm zone="cairomm-1.0 libcairomm-1">
180 <primary sortas="c-libcairomm-1">libcairomm-1.0.so</primary>
181 </indexterm>
182 </listitem>
183 </varlistentry>
184
185 </variablelist>
186
187 </sect2>
188
189</sect1>
Note: See TracBrowser for help on using the repository browser.