source: x/lib/kimageannotator.xml

trunk
Last change on this file was a80c832, checked in by Xi Ruoyao <xry111@…>, 2 weeks ago

treewide: Simplify GitHub archive URL by removing redundant "refs/tags/"

The "refs/tags/" component is only useful when a tag shares its name
with a branch. Any rational upstream maintainer shall not create such
a namesis.

I've verified all the changes does not affect the md5sum of download
files.

  • Property mode set to 100644
File size: 3.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 kimageannotator-download-http "https://github.com/ksnip/kImageAnnotator/archive/v&kimageannotator-version;/kImageAnnotator-&kimageannotator-version;.tar.gz">
8 <!ENTITY kimageannotator-download-ftp " ">
9 <!ENTITY kimageannotator-md5sum "68990dfe7fe03f1aff5e0e5338b9f3bb">
10 <!ENTITY kimageannotator-size "264 KB">
11 <!ENTITY kimageannotator-buildsize "31 MB">
12 <!ENTITY kimageannotator-time "0.6 SBU (Using parallelism=4)">
13]>
14
15<sect1 id="kimageannotator" xreflabel="kimageannotator-&kimageannotator-version;">
16 <?dbhtml filename="kimageannotator.html"?>
17
18 <title>kImageAnnotator-&kimageannotator-version;</title>
19
20 <indexterm zone="kimageannotator">
21 <primary sortas="a-kimageannotator">kimageannotator</primary>
22 </indexterm>
23
24 <sect2 role="package">
25 <title>Introduction to kImageAnnotator</title>
26
27 <para>
28 kImageAnnotator is a tool for annotating images.
29 </para>
30
31 &lfs121_checked;
32
33 <bridgehead renderas="sect3">Package Information</bridgehead>
34 <itemizedlist spacing="compact">
35 <listitem>
36 <para>
37 Download (HTTP): <ulink url="&kimageannotator-download-http;"/>
38 </para>
39 </listitem>
40 <listitem>
41 <para>
42 Download (FTP): <ulink url="&kimageannotator-download-ftp;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download MD5 sum: &kimageannotator-md5sum;
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download size: &kimageannotator-size;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Estimated disk space required: &kimageannotator-buildsize;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated build time: &kimageannotator-time;
63 </para>
64 </listitem>
65 </itemizedlist>
66
67 <bridgehead renderas="sect3">kImageAnnotator Dependencies</bridgehead>
68
69 <bridgehead renderas="sect4">Required</bridgehead>
70 <para role="required">
71 <xref linkend="kcolorpicker"/>
72 </para>
73
74
75 </sect2>
76
77 <sect2 role="installation">
78 <title>Installation of kImageAnnotator</title>
79
80 <para>
81 Install <application>kImageAnnotator</application> by
82 running the following commands:
83 </para>
84
85<screen><userinput>mkdir build &amp;&amp;
86cd build &amp;&amp;
87
88cmake -DCMAKE_INSTALL_PREFIX=/usr \
89 -DCMAKE_BUILD_TYPE=Release \
90 -DBUILD_SHARED_LIBS=ON \
91 -DBUILD_WITH_QT6=ON \
92 .. &amp;&amp;
93make</userinput></screen>
94
95 <para>
96 This package does not come with a test suite.
97 </para>
98
99 <para>
100 Now, as the &root; user:
101 </para>
102
103<screen role="root"><userinput>make install</userinput></screen>
104
105 </sect2>
106
107 <sect2 role="content">
108 <title>Contents</title>
109
110 <segmentedlist>
111 <segtitle>Installed Programs</segtitle>
112 <segtitle>Installed Libraries</segtitle>
113 <segtitle>Installed Directories</segtitle>
114
115 <seglistitem>
116 <seg>None</seg>
117 <seg>
118 libkImageAnnotator.so
119 </seg>
120 <seg>
121 /usr/include/kImageAnnotator-Qt6,
122 /usr/lib/cmake/kImageAnnotator-Qt6, and
123 /usr/share/kImageAnnotator
124 </seg>
125 </seglistitem>
126 </segmentedlist>
127
128 </sect2>
129
130</sect1>
Note: See TracBrowser for help on using the repository browser.