source: general/genlib/grantlee.xml@ 0e6a37d

10.0 10.1 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 0e6a37d was 0e6a37d, checked in by Bruce Dubbs <bdubbs@…>, 4 years ago

Update to kf5-apps-20.08.0. Includes kwave and kate.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23603 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.7 KB
RevLine 
[092e7fb]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 " ">
[0515763]10 <!ENTITY grantlee-md5sum "6239b3703674f88b2236d30d0ed67eea">
[092e7fb]11 <!ENTITY grantlee-size "1.1 MB">
[0515763]12 <!ENTITY grantlee-buildsize "22 MB">
13 <!ENTITY grantlee-time "0.6 SBU (Using parallelism=4)">
[092e7fb]14]>
15
16<sect1 id="grantlee" xreflabel="grantlee-&grantlee-version;">
17 <?dbhtml filename="grantlee.html"?>
18
19 <sect1info>
[d027410]20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
[092e7fb]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>
[7c98ee5]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
[092e7fb]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
[0e6a37d]41 &lfs10_checked;
[092e7fb]42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
[d56e7df]46 <para>
47 Download (HTTP): <ulink url="&grantlee-download-http;"/>
48 </para>
[092e7fb]49 </listitem>
50 <listitem>
[d56e7df]51 <para>
52 Download (FTP): <ulink url="&grantlee-download-ftp;"/>
53 </para>
[092e7fb]54 </listitem>
55 <listitem>
[d56e7df]56 <para>
57 Download MD5 sum: &grantlee-md5sum;
58 </para>
[092e7fb]59 </listitem>
60 <listitem>
[d56e7df]61 <para>
62 Download size: &grantlee-size;
63 </para>
[092e7fb]64 </listitem>
65 <listitem>
[d56e7df]66 <para>
67 Estimated disk space required: &grantlee-buildsize;
68 </para>
[092e7fb]69 </listitem>
70 <listitem>
[d56e7df]71 <para>
72 Estimated build time: &grantlee-time;
73 </para>
[092e7fb]74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">Grantlee Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Required</bridgehead>
80 <para role="required">
[ed74a9a]81 <xref linkend="cmake"/> and <xref linkend="qt5"/>
[092e7fb]82 </para>
83
84 <para condition="html" role="usernotes">User Notes:
85 <ulink url="&blfs-wiki;/grantlee"/></para>
86
87 </sect2>
88
89 <sect2 role="installation">
90 <title>Installation of Grantlee</title>
91
[d56e7df]92 <para>
93 Install <application>Grantlee</application> by
94 running the following commands:
95 </para>
[092e7fb]96
97<screen><userinput>mkdir build &amp;&amp;
[b6d3d395]98cd build &amp;&amp;
99
100cmake -DCMAKE_INSTALL_PREFIX=/usr \
[00e29190]101 -DCMAKE_BUILD_TYPE=Release \
[7c98ee5]102 .. &amp;&amp;
103make</userinput></screen>
[092e7fb]104
105 <para>
106 This package does not come with a test suite.
107 </para>
108
[d56e7df]109 <para>
110 Now, as the <systemitem class="username">root</systemitem> user:
111 </para>
[092e7fb]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>
[f3429309]128 libgrantlee_core.so and
[092e7fb]129 libgrantlee_gui.so
130 </seg>
131 <seg>
[f3429309]132 /usr/lib/cmake/grantlee,
[b4faf640]133 /usr/lib/grantlee/0.4, and
134 /usr/include/grantlee</seg>
[092e7fb]135 </seglistitem>
136 </segmentedlist>
137 </sect2>
138
139</sect1>
Note: See TracBrowser for help on using the repository browser.