source: kde4/add/okular.xml@ 2cfb44a4

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 2cfb44a4 was 2cfb44a4, checked in by Ragnar Thomsen <rthomsen@…>, 12 years ago

Phonon-backen-gstreamer 4.6.1. Several KDE infrastructure changes.

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

  • Property mode set to 100644
File size: 5.0 KB
RevLine 
[0bbe3715]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
[c9df31a]7 <!ENTITY okular-download-http "&kde-download-http;&okular-version;/src/okular-&okular-version;.tar.xz">
8 <!ENTITY okular-download-ftp "&kde-download-ftp;&okular-version;/src/okular-&okular-version;.tar.xz">
[fb55343]9 <!ENTITY okular-md5sum "4fa7a3edae4197cb93eb80653f184a26">
[0bbe3715]10 <!ENTITY okular-size "1 MB">
11 <!ENTITY okular-buildsize "131 MB">
12 <!ENTITY okular-time "2.1 SBU">
13]>
14
15<sect1 id="okular" xreflabel="okular-&okular-version;">
16 <?dbhtml filename="okular.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Okular-&okular-version;</title>
24
25 <indexterm zone="okular">
26 <primary sortas="a-okular">okular</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Okular</title>
31
[c9df31a]32 <para>Okular is a document viewer for KDE. It can view documents of many types
[0bbe3715]33 including PDF, PostScript, TIFF, Microsoft CHM, DjVu, DVI, XPS and ePub.</para>
34
[c9df31a]35 &lfs71_checked;
[0bbe3715]36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&okular-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&okular-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &okular-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &okular-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &okular-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &okular-time;</para>
56 </listitem>
57 </itemizedlist>
58
59<!--
60 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
61 <itemizedlist spacing='compact'>
62 <listitem>
63 <para>Required patch: <ulink
64 url="&patch-root;/okular-&okular-version;-fixes-1.patch"/></para>
65 </listitem>
66 </itemizedlist>
67-->
68 <bridgehead renderas="sect3">Okular Dependencies</bridgehead>
69
70 <bridgehead renderas="sect4">Required</bridgehead>
71 <para role="required">
[c9df31a]72 <xref linkend="kdelibs"/>
[0bbe3715]73 </para>
74
75 <bridgehead renderas="sect4">Recommended</bridgehead>
76 <para role="recommended">
77 <xref linkend="freetype2"/>,
78 <xref linkend="qimageblitz"/>,
79 <xref linkend="libtiff"/>,
80 <xref linkend="libjpeg"/> and
81 <xref linkend="poppler"/> (required for pdf support)
82 </para>
83
84 <note><para>For PDF support in <application>Okular</application> you need to
85 configure <application>Poppler</application> using <option>--enable-xpdf-headers
86 </option>.</para></note>
87
88 <bridgehead renderas="sect4">Optional</bridgehead>
89 <para role="optional">
90 <ulink url="http://libspectre.freedesktop.org/">libspectre</ulink> (for PostScript support),
91 <ulink url="http://www.jedrea.com/chmlib">libchm</ulink>,
92 <ulink url="http://djvu.org/">DjVuLibre</ulink> and
93 <ulink url="http://sourceforge.net/projects/ebook-tools">libepub</ulink>
94
95 </para>
96
97 <para condition="html" role="usernotes">User Notes:
98 <ulink url="&blfs-wiki;/okular"/>
99 </para>
100
101 </sect2>
102
103 <sect2 role="installation">
104 <title>Installation of Okular</title>
105
106 <para>Install <application>Okular</application> by running
107 the following commands:</para>
108
109<screen><userinput>mkdir build &amp;&amp;
110cd build &amp;&amp;
[c9df31a]111cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
[2cfb44a4]112 -DSYSCONF_INSTALL_DIR=/etc/kde \
[0bbe3715]113 .. &amp;&amp;
114make</userinput></screen>
115
116 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
117
118<screen role="root"><userinput>make install</userinput></screen>
119
120 </sect2>
121<!--
122 <sect2 role="commands">
123 <title>Command Explanations</title>
124
125 <para><option>- -xyz</option>: This option is set for ...</para>
126
127 </sect2>
128-->
129 <sect2 role="content">
130 <title>Contents</title>
131
132 <segmentedlist>
133 <segtitle>Installed Programs</segtitle>
134 <segtitle>Installed Libraries</segtitle>
135 <segtitle>Installed Directories</segtitle>
136
137 <seglistitem>
138 <seg>okular</seg>
[c9df31a]139 <seg>libokularcore.so and several in &kde-dir;/lib/kde4</seg>
140 <seg>several in &kde-dir;/include and &kde-dir;/share</seg>
[0bbe3715]141 </seglistitem>
142 </segmentedlist>
143<!--
144 <variablelist>
145 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
146 <?dbfo list-presentation="list"?>
147 <?dbhtml list-presentation="table"?>
148
149 <varlistentry id="a-okular">
150 <term><command>okular</command></term>
151 <listitem>
152 <para>is a testing utility for okular-generated build trees.</para>
153 <indexterm zone="a-okular okular">
154 <primary sortas="b-okular">okular</primary>
155 </indexterm>
156 </listitem>
157 </varlistentry>
158
159 </variablelist>
160-->
161 </sect2>
162
163</sect1>
Note: See TracBrowser for help on using the repository browser.