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 | "http://downloads.grantlee.org/grantlee-&grantlee-version;.tar.gz">
|
---|
9 | <!ENTITY grantlee-download-ftp " ">
|
---|
10 | <!ENTITY grantlee-md5sum "57989ae9f7c113e682ef1713a6f1e92a">
|
---|
11 | <!ENTITY grantlee-size "1.1 MB">
|
---|
12 | <!ENTITY grantlee-buildsize "23 MB">
|
---|
13 | <!ENTITY grantlee-time "1.2 SBU">
|
---|
14 | ]>
|
---|
15 |
|
---|
16 | <sect1 id="grantlee" xreflabel="grantlee-&grantlee-version;">
|
---|
17 | <?dbhtml filename="grantlee.html"?>
|
---|
18 |
|
---|
19 | <sect1info>
|
---|
20 | <othername>$LastChangedBy$</othername>
|
---|
21 | <date>$Date$</date>
|
---|
22 | </sect1info>
|
---|
23 |
|
---|
24 | <title>Grantlee-&grantlee-version;</title>
|
---|
25 |
|
---|
26 | <indexterm zone="grantlee">
|
---|
27 | <primary sortas="a-grantlee">grantlee</primary>
|
---|
28 | </indexterm>
|
---|
29 |
|
---|
30 | <sect2 role="package">
|
---|
31 | <title>Introduction to grantlee</title>
|
---|
32 |
|
---|
33 | <para>
|
---|
34 | Grantlee is a set of free software libraries written using the Qt
|
---|
35 | framework. Currently two libraries are shipped with Grantlee: Grantlee
|
---|
36 | Templates and Grantlee TextDocument. The goal of Grantlee Templates is
|
---|
37 | to make it easier for application developers to separate the structure
|
---|
38 | of documents from the data they contain, opening the door for theming.
|
---|
39 | </para>
|
---|
40 |
|
---|
41 | &lfs79_checked;
|
---|
42 |
|
---|
43 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
44 | <itemizedlist spacing="compact">
|
---|
45 | <listitem>
|
---|
46 | <para>Download (HTTP): <ulink url="&grantlee-download-http;"/></para>
|
---|
47 | </listitem>
|
---|
48 | <listitem>
|
---|
49 | <para>Download (FTP): <ulink url="&grantlee-download-ftp;"/></para>
|
---|
50 | </listitem>
|
---|
51 | <listitem>
|
---|
52 | <para>Download MD5 sum: &grantlee-md5sum;</para>
|
---|
53 | </listitem>
|
---|
54 | <listitem>
|
---|
55 | <para>Download size: &grantlee-size;</para>
|
---|
56 | </listitem>
|
---|
57 | <listitem>
|
---|
58 | <para>Estimated disk space required: &grantlee-buildsize;</para>
|
---|
59 | </listitem>
|
---|
60 | <listitem>
|
---|
61 | <para>Estimated build time: &grantlee-time;</para>
|
---|
62 | </listitem>
|
---|
63 | </itemizedlist>
|
---|
64 |
|
---|
65 | <bridgehead renderas="sect3">Grantlee Dependencies</bridgehead>
|
---|
66 |
|
---|
67 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
68 | <para role="required">
|
---|
69 | <xref linkend="cmake"/> and <xref linkend="qt5"/>
|
---|
70 | </para>
|
---|
71 |
|
---|
72 | <para condition="html" role="usernotes">User Notes:
|
---|
73 | <ulink url="&blfs-wiki;/grantlee"/></para>
|
---|
74 |
|
---|
75 | </sect2>
|
---|
76 |
|
---|
77 | <sect2 role="installation">
|
---|
78 | <title>Installation of Grantlee</title>
|
---|
79 |
|
---|
80 | <para>Install <application>Grantlee</application> by
|
---|
81 | running the following commands:</para>
|
---|
82 |
|
---|
83 | <screen><userinput>mkdir build &&
|
---|
84 | cd build &&
|
---|
85 |
|
---|
86 | cmake -DCMAKE_INSTALL_PREFIX=/usr \
|
---|
87 | -DCMAKE_BUILD_TYPE=Release \
|
---|
88 | .. &&
|
---|
89 | make</userinput></screen>
|
---|
90 |
|
---|
91 | <para>
|
---|
92 | This package does not come with a test suite.
|
---|
93 | </para>
|
---|
94 |
|
---|
95 | <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
---|
96 |
|
---|
97 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
98 |
|
---|
99 | </sect2>
|
---|
100 |
|
---|
101 | <sect2 role="content">
|
---|
102 | <title>Contents</title>
|
---|
103 |
|
---|
104 | <segmentedlist>
|
---|
105 | <segtitle>Installed Programs</segtitle>
|
---|
106 | <segtitle>Installed Libraries</segtitle>
|
---|
107 | <segtitle>Installed Directories</segtitle>
|
---|
108 |
|
---|
109 | <seglistitem>
|
---|
110 | <seg>none</seg>
|
---|
111 | <seg>
|
---|
112 | libgrantlee_core.so and
|
---|
113 | libgrantlee_gui.so
|
---|
114 | </seg>
|
---|
115 | <seg>
|
---|
116 | /usr/lib/cmake/grantlee,
|
---|
117 | /usr/lib/grantlee/0.4, and
|
---|
118 | /usr/include/grantlee</seg>
|
---|
119 | </seglistitem>
|
---|
120 | </segmentedlist>
|
---|
121 | </sect2>
|
---|
122 |
|
---|
123 | </sect1>
|
---|