source: x/lib/grantlee.xml@ 6d90301

12.0 12.1 gimp3 ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/for-12.3 xry111/llvm18 xry111/spidermonkey128
Last change on this file since 6d90301 was 9a6d0d9, checked in by Xi Ruoyao <xry111@…>, 14 months ago

x: Remove non-exist User Notes link

Part of User Notes removal by
https://www.linuxfromscratch.org/~xry111/remove-nonexist-usernote.sh

  • Property mode set to 100644
File size: 5.0 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 grantlee-download-http
8 "https://github.com/steveire/grantlee/releases/download/v&grantlee-version;/grantlee-&grantlee-version;.tar.gz">
9<!-- "http://downloads.grantlee.org/grantlee-&grantlee-version;.tar.gz"> -->
10 <!ENTITY grantlee-download-ftp " ">
11 <!ENTITY grantlee-md5sum "4ef8eae5dd61e3c7603d76208eb4d922">
12 <!ENTITY grantlee-size "1.1 MB">
13 <!ENTITY grantlee-buildsize "27 MB">
14 <!ENTITY grantlee-time "0.4 SBU (Using parallelism=4)">
15]>
16
17<sect1 id="grantlee" xreflabel="grantlee-&grantlee-version;">
18 <?dbhtml filename="grantlee.html"?>
19
20
21 <title>Grantlee-&grantlee-version;</title>
22
23 <indexterm zone="grantlee">
24 <primary sortas="a-grantlee">grantlee</primary>
25 </indexterm>
26
27 <sect2 role="package">
28 <title>Introduction to grantlee</title>
29
30 <para>
31 Grantlee is a set of free software libraries written using the Qt
32 framework. Currently two libraries are shipped with Grantlee: Grantlee
33 Templates and Grantlee TextDocument. The goal of Grantlee Templates is
34 to make it easier for application developers to separate the structure
35 of documents from the data they contain, opening the door for theming.
36 </para>
37
38 &lfs113_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&grantlee-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&grantlee-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &grantlee-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &grantlee-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &grantlee-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &grantlee-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Grantlee Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="cmake"/> and <xref linkend="qt5"/>
79 </para>
80
81 <bridgehead renderas="sect4">Optional</bridgehead>
82 <para role="optional">
83 <xref linkend="doxygen"/> (for documentation)
84 </para>
85
86
87 </sect2>
88
89 <sect2 role="installation">
90 <title>Installation of Grantlee</title>
91
92 <para>
93 Install <application>Grantlee</application> by
94 running the following commands:
95 </para>
96
97<screen><userinput>mkdir build &amp;&amp;
98cd build &amp;&amp;
99
100cmake -DCMAKE_INSTALL_PREFIX=/usr \
101 -DCMAKE_BUILD_TYPE=Release \
102 .. &amp;&amp;
103make</userinput></screen>
104
105 <para>
106 This package does not come with a test suite.
107 </para>
108
109 <para>
110 Now, as the <systemitem class="username">root</systemitem> user:
111 </para>
112
113<screen role="root"><userinput>make install</userinput></screen>
114
115 </sect2>
116
117 <sect2 role="content">
118 <title>Contents</title>
119
120 <segmentedlist>
121 <segtitle>Installed Programs</segtitle>
122 <segtitle>Installed Libraries</segtitle>
123 <segtitle>Installed Directories</segtitle>
124
125 <seglistitem>
126 <seg>none</seg>
127 <seg>
128 libGrantlee_Templates.so and
129 libGrantlee_TextDocument.so
130 </seg>
131 <seg>
132 /usr/lib/cmake/Grantlee5,
133 /usr/lib/grantlee/5.2, and
134 /usr/include/grantlee</seg>
135 </seglistitem>
136 </segmentedlist>
137
138 <variablelist>
139 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
140 <?dbfo list-presentation="list"?>
141 <?dbhtml list-presentation="table"?>
142
143 <varlistentry id="libGrantlee_Templates">
144 <term><filename class="libraryfile">libGrantlee_Templates.so</filename></term>
145 <listitem>
146 <para>
147 contains common documentation templates for separating documents
148 from their structure
149 </para>
150 <indexterm zone="grantlee libGrantlee_Templates">
151 <primary sortas="c-libGrantlee_Templates">libGrantlee_Templates.so</primary>
152 </indexterm>
153 </listitem>
154 </varlistentry>
155
156 <varlistentry id="libGrantlee_TextDocument">
157 <term><filename class="libraryfile">libGrantlee_TextDocument.so</filename></term>
158 <listitem>
159 <para>
160 contains functions that allow separating the content of text
161 documents from their structure.
162 </para>
163 <indexterm zone="grantlee libGrantlee_TextDocument">
164 <primary sortas="c-libGrantlee_TextDocument">libGrantlee_TextDocument.so</primary>
165 </indexterm>
166 </listitem>
167 </varlistentry>
168 </variablelist>
169
170 </sect2>
171
172</sect1>
Note: See TracBrowser for help on using the repository browser.