mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
131 lines
3.5 KiB
XML
131 lines
3.5 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY kimageannotator-download-http "https://github.com/ksnip/kImageAnnotator/archive/refs/tags/v&kimageannotator-version;/kImageAnnotator-&kimageannotator-version;.tar.gz">
|
|
<!ENTITY kimageannotator-download-ftp " ">
|
|
<!ENTITY kimageannotator-md5sum "129cf1fa60991091da91ef18cc587b65">
|
|
<!ENTITY kimageannotator-size "252 KB">
|
|
<!ENTITY kimageannotator-buildsize "30 MB">
|
|
<!ENTITY kimageannotator-time "0.4 SBU (Using parallelism=4)">
|
|
]>
|
|
|
|
<sect1 id="kimageannotator" xreflabel="kimageannotator-&kimageannotator-version;">
|
|
<?dbhtml filename="kimageannotator.html"?>
|
|
|
|
<title>kImageAnnotator-&kimageannotator-version;</title>
|
|
|
|
<indexterm zone="kimageannotator">
|
|
<primary sortas="a-kimageannotator">kimageannotator</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to kImageAnnotator</title>
|
|
|
|
<para>
|
|
kImageAnnotator is a tool for annotating images.
|
|
</para>
|
|
|
|
&lfs113_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&kimageannotator-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&kimageannotator-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &kimageannotator-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &kimageannotator-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &kimageannotator-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &kimageannotator-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">kImageAnnotator Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="kcolorpicker"/>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/kimageannotator"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of kImageAnnotator</title>
|
|
|
|
<para>
|
|
Install <application>kImageAnnotator</application> by
|
|
running the following commands:
|
|
</para>
|
|
|
|
<screen><userinput>mkdir build &&
|
|
cd build &&
|
|
|
|
cmake -DCMAKE_INSTALL_PREFIX=/usr \
|
|
-DCMAKE_BUILD_TYPE=Release \
|
|
.. &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
This package does not come with a test suite.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the &root; user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>None</seg>
|
|
<seg>
|
|
libkImageAnnotator.a
|
|
</seg>
|
|
<seg>
|
|
/usr/include/kImageAnnotator,
|
|
/usr/lib/cmake/kImageAnnotator, and
|
|
/usr/share/kImageAnnotator
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|