source: x/lib/kimageannotator.xml@ bb5f8a3

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since bb5f8a3 was 9d0d597f, checked in by Bruce Dubbs <bdubbs@…>, 10 months ago

Tag most of Chapter 25.

  • Property mode set to 100644
File size: 3.4 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 kimageannotator-download-http "https://github.com/ksnip/kImageAnnotator/archive/refs/tags/v&kimageannotator-version;/kImageAnnotator-&kimageannotator-version;.tar.gz">
8 <!ENTITY kimageannotator-download-ftp " ">
9 <!ENTITY kimageannotator-md5sum "ed4db127513a6a4151cc05ffe42754e0">
10 <!ENTITY kimageannotator-size "260 KB">
11 <!ENTITY kimageannotator-buildsize "30 MB">
12 <!ENTITY kimageannotator-time "0.4 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 &lfs120_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 .. &amp;&amp;
91make</userinput></screen>
92
93 <para>
94 This package does not come with a test suite.
95 </para>
96
97 <para>
98 Now, as the &root; user:
99 </para>
100
101<screen role="root"><userinput>make install</userinput></screen>
102
103 </sect2>
104
105 <sect2 role="content">
106 <title>Contents</title>
107
108 <segmentedlist>
109 <segtitle>Installed Programs</segtitle>
110 <segtitle>Installed Libraries</segtitle>
111 <segtitle>Installed Directories</segtitle>
112
113 <seglistitem>
114 <seg>None</seg>
115 <seg>
116 libkImageAnnotator.a
117 </seg>
118 <seg>
119 /usr/include/kImageAnnotator,
120 /usr/lib/cmake/kImageAnnotator, and
121 /usr/share/kImageAnnotator
122 </seg>
123 </seglistitem>
124 </segmentedlist>
125
126 </sect2>
127
128</sect1>
Note: See TracBrowser for help on using the repository browser.