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 | <!ENTITY kdeedu-download-http "&trinity-repo-http;/kdeedu-&trinity-version;.tar.gz">
|
---|
7 | <!ENTITY kdeedu-download-ftp "&trinity-repo-ftp;/kdeedu-&trinity-version;.tar.gz">
|
---|
8 | <!ENTITY kdeedu-md5sum "37a14a67c4d00babc3015c6a31698cb0">
|
---|
9 | <!ENTITY kdeedu-size "29.6 MB">
|
---|
10 | <!ENTITY kdeedu-buildsize "825 MB">
|
---|
11 | <!ENTITY kdeedu-time "6.6 SBU">
|
---|
12 | ]>
|
---|
13 |
|
---|
14 | <sect1 id="kdeedu" xreflabel="kdeedu-&trinity-version;">
|
---|
15 | <?dbhtml filename="kdeedu.html"?>
|
---|
16 |
|
---|
17 | <sect1info>
|
---|
18 | <othername>$LastChangedBy$</othername>
|
---|
19 | <date>$Date$</date>
|
---|
20 | </sect1info>
|
---|
21 |
|
---|
22 | <title>Kdeedu-&trinity-version;</title>
|
---|
23 |
|
---|
24 | <indexterm zone="kdeedu">
|
---|
25 | <primary sortas="a-kdeedu">Kdeedu</primary>
|
---|
26 | </indexterm>
|
---|
27 |
|
---|
28 | <sect2 role="package">
|
---|
29 | <title>Introduction to Kdeedu</title>
|
---|
30 |
|
---|
31 | <para><application>Kdeedu</application> provides
|
---|
32 | <application>KDE</application> programs useful in learning. Programs
|
---|
33 | include a touch typing tutor, a program to help revise/teach Latin, a
|
---|
34 | desktop planetarium, an application to study Spanish verbforms, and the
|
---|
35 | classic hangman game for children.</para>
|
---|
36 |
|
---|
37 | &lfs70_checked;
|
---|
38 |
|
---|
39 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
40 | <itemizedlist spacing='compact'>
|
---|
41 | <listitem>
|
---|
42 | <para>Download (HTTP): <ulink url="&kdeedu-download-http;"/></para>
|
---|
43 | </listitem>
|
---|
44 | <listitem>
|
---|
45 | <para>Download (FTP): <ulink url="&kdeedu-download-ftp;"/></para>
|
---|
46 | </listitem>
|
---|
47 | <listitem>
|
---|
48 | <para>Download MD5 sum: &kdeedu-md5sum;</para></listitem>
|
---|
49 | <listitem>
|
---|
50 | <para>Download size: &kdeedu-size;</para>
|
---|
51 | </listitem>
|
---|
52 | <listitem>
|
---|
53 | <para>Estimated disk space required: &kdeedu-buildsize;</para>
|
---|
54 | </listitem>
|
---|
55 | <listitem>
|
---|
56 | <para>Estimated build time: &kdeedu-time;</para>
|
---|
57 | </listitem>
|
---|
58 | </itemizedlist>
|
---|
59 | <!--
|
---|
60 | <bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
---|
61 | <itemizedlist spacing='compact'>
|
---|
62 | <listitem>
|
---|
63 | <para>Required patch: <ulink
|
---|
64 | url="ftp://ftp.kde.org/pub/kde/security_patches/post-3.4.2-kdeedu.diff"/></para>
|
---|
65 | </listitem>
|
---|
66 | </itemizedlist>
|
---|
67 | -->
|
---|
68 | <bridgehead renderas="sect3">Kdeedu Dependencies</bridgehead>
|
---|
69 |
|
---|
70 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
71 | <para role="required">
|
---|
72 | <xref linkend="kdebase"/>
|
---|
73 | </para>
|
---|
74 |
|
---|
75 | <bridgehead renderas="sect4">Recommended</bridgehead>
|
---|
76 | <para role="recommended">
|
---|
77 | <xref linkend="libjpeg"/> and
|
---|
78 | <xref linkend="libxml2"/>
|
---|
79 | </para>
|
---|
80 |
|
---|
81 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
82 | <para role="optional">
|
---|
83 | <xref linkend="libusb-compat"/>,
|
---|
84 | <ulink url="http://www.boost.org/libs/python/doc/index.html">Boost.Python</ulink>,
|
---|
85 | <ulink url="http://pauillac.inria.fr/ocaml/">OCaml</ulink>, and
|
---|
86 | <ulink url="http://www.recherche.enac.fr/opti/facile/">FaCiLe module for OCaml</ulink>.
|
---|
87 | </para>
|
---|
88 |
|
---|
89 | <para condition="html" role="usernotes">User Notes:
|
---|
90 | <ulink url="&blfs-wiki;/kdeedu"/></para>
|
---|
91 |
|
---|
92 | </sect2>
|
---|
93 |
|
---|
94 | <sect2 role="installation">
|
---|
95 | <title>Installation of Kdeedu</title>
|
---|
96 |
|
---|
97 | <para>Install <application>kdeedu</application> with:</para>
|
---|
98 |
|
---|
99 | <screen><userinput>cp -v /usr/share/aclocal/libtool.m4 admin/libtool.m4.in &&
|
---|
100 | cp -v /usr/share/libtool/config/ltmain.sh admin/ltmain.sh &&
|
---|
101 | sed -i -e "s@/usr/include/tqt@$TRINITY_PREFIX/include/tqt@" \
|
---|
102 | admin/acinclude.m4.in
|
---|
103 | make -f admin/Makefile.common &&
|
---|
104 |
|
---|
105 | export LIBRARY_PATH=$TRINITY_PREFIX/lib &&
|
---|
106 |
|
---|
107 | ./configure --prefix=$TRINITY_PREFIX \
|
---|
108 | --enable-closure \
|
---|
109 | --sysconfdir=/etc \
|
---|
110 | --localstatedir=/var \
|
---|
111 | --with-extra-libs=$TRINITY_PREFIX/lib &&
|
---|
112 |
|
---|
113 | make</userinput></screen>
|
---|
114 |
|
---|
115 | <para>This package does not come with a test suite.</para>
|
---|
116 |
|
---|
117 | <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
---|
118 |
|
---|
119 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
120 |
|
---|
121 | </sect2>
|
---|
122 |
|
---|
123 | <sect2 role="content">
|
---|
124 | <title>Contents</title>
|
---|
125 |
|
---|
126 | <segmentedlist>
|
---|
127 | <segtitle>Installed Programs</segtitle>
|
---|
128 | <segtitle>Installed Libraries</segtitle>
|
---|
129 | <segtitle>Installed Directories</segtitle>
|
---|
130 |
|
---|
131 | <seglistitem>
|
---|
132 | <seg>flashkard, kalzium, kbruch, keduca, khangman, kig, kiten,
|
---|
133 | klettres, kmathtool, kmessedwords, kmplot, kpercentage, kstars, ktouch,
|
---|
134 | kverbos, and kvoctrain</seg>
|
---|
135 | <seg>Several kdeedu specific libraries</seg>
|
---|
136 | <seg>Several subdirectories of $KDE_PREFIX/share</seg>
|
---|
137 | </seglistitem>
|
---|
138 | </segmentedlist>
|
---|
139 |
|
---|
140 | <variablelist>
|
---|
141 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
142 | <?dbfo list-presentation="list"?>
|
---|
143 | <?dbhtml list-presentation="table"?>
|
---|
144 |
|
---|
145 | <varlistentry id="kalzium">
|
---|
146 | <term><command>kalzium</command></term>
|
---|
147 | <listitem>
|
---|
148 | <para>is a program which shows you the Periodic System of Elements.</para>
|
---|
149 | <indexterm zone="kdeedu kalzium">
|
---|
150 | <primary sortas="b-kalzium">kalzium</primary>
|
---|
151 | </indexterm>
|
---|
152 | </listitem>
|
---|
153 | </varlistentry>
|
---|
154 |
|
---|
155 | <varlistentry id="kbruch">
|
---|
156 | <term><command>kbruch</command></term>
|
---|
157 | <listitem>
|
---|
158 | <para>is a small program to generate tasks with fractions.</para>
|
---|
159 | <indexterm zone="kdeedu kbruch">
|
---|
160 | <primary sortas="b-kbruch">kbruch</primary>
|
---|
161 | </indexterm>
|
---|
162 | </listitem>
|
---|
163 | </varlistentry>
|
---|
164 |
|
---|
165 | <varlistentry id="keduca">
|
---|
166 | <term><command>keduca</command></term>
|
---|
167 | <listitem>
|
---|
168 | <para>is flash card application, which allows you to make
|
---|
169 | interactive form based tests..</para>
|
---|
170 | <indexterm zone="kdeedu keduca">
|
---|
171 | <primary sortas="b-keduca">keduca</primary>
|
---|
172 | </indexterm>
|
---|
173 | </listitem>
|
---|
174 | </varlistentry>
|
---|
175 |
|
---|
176 | <varlistentry id="khangman">
|
---|
177 | <term><command>khangman</command></term>
|
---|
178 | <listitem>
|
---|
179 | <para>is the classical hangman game for children, adapted for
|
---|
180 | <application>KDE</application>.</para>
|
---|
181 | <indexterm zone="kdeedu khangman">
|
---|
182 | <primary sortas="b-khangman">khangman</primary>
|
---|
183 | </indexterm>
|
---|
184 | </listitem>
|
---|
185 | </varlistentry>
|
---|
186 |
|
---|
187 | <varlistentry id="kig">
|
---|
188 | <term><command>kig</command></term>
|
---|
189 | <listitem>
|
---|
190 | <para>is a <application>KDE</application> application for
|
---|
191 | Interactive Geometry.</para>
|
---|
192 | <indexterm zone="kdeedu kig">
|
---|
193 | <primary sortas="b-kig">kig</primary>
|
---|
194 | </indexterm>
|
---|
195 | </listitem>
|
---|
196 | </varlistentry>
|
---|
197 |
|
---|
198 | <varlistentry id="kiten">
|
---|
199 | <term><command>kiten</command></term>
|
---|
200 | <listitem>
|
---|
201 | <para>is a Japanese reference/study tool for
|
---|
202 | <application>KDE</application>.</para>
|
---|
203 | <indexterm zone="kdeedu kiten">
|
---|
204 | <primary sortas="b-kiten">kiten</primary>
|
---|
205 | </indexterm>
|
---|
206 | </listitem>
|
---|
207 | </varlistentry>
|
---|
208 |
|
---|
209 | <varlistentry id="klettres">
|
---|
210 | <term><command>klettres</command></term>
|
---|
211 | <listitem>
|
---|
212 | <para>is an alphabet tutor (French).</para>
|
---|
213 | <indexterm zone="kdeedu klettres">
|
---|
214 | <primary sortas="b-klettres">klettres</primary>
|
---|
215 | </indexterm>
|
---|
216 | </listitem>
|
---|
217 | </varlistentry>
|
---|
218 |
|
---|
219 | <varlistentry id="kmessedwords">
|
---|
220 | <term><command>kmessedwords</command></term>
|
---|
221 | <listitem>
|
---|
222 | <para>is a simple mind-training word game.</para>
|
---|
223 | <indexterm zone="kdeedu kmessedwords">
|
---|
224 | <primary sortas="b-kmessedwords">kmessedwords</primary>
|
---|
225 | </indexterm>
|
---|
226 | </listitem>
|
---|
227 | </varlistentry>
|
---|
228 |
|
---|
229 | <varlistentry id="kmplot">
|
---|
230 | <term><command>kmplot</command></term>
|
---|
231 | <listitem>
|
---|
232 | <para>is a mathematical function plotter for <application>KDE</application>.</para>
|
---|
233 | <indexterm zone="kdeedu kmplot">
|
---|
234 | <primary sortas="b-kmplot">kmplot</primary>
|
---|
235 | </indexterm>
|
---|
236 | </listitem>
|
---|
237 | </varlistentry>
|
---|
238 |
|
---|
239 | <varlistentry id="kpercentage">
|
---|
240 | <term><command>kpercentage</command></term>
|
---|
241 | <listitem>
|
---|
242 | <para>is a small math application that will help pupils to improve their
|
---|
243 | skills in calculating percentages.</para>
|
---|
244 | <indexterm zone="kdeedu kpercentage">
|
---|
245 | <primary sortas="b-kpercentage">kpercentage</primary>
|
---|
246 | </indexterm>
|
---|
247 | </listitem>
|
---|
248 | </varlistentry>
|
---|
249 |
|
---|
250 | <varlistentry id="kstars">
|
---|
251 | <term><command>kstars</command></term>
|
---|
252 | <listitem>
|
---|
253 | <para>is a desktop planetarium.</para>
|
---|
254 | <indexterm zone="kdeedu kstars">
|
---|
255 | <primary sortas="b-kstars">kstars</primary>
|
---|
256 | </indexterm>
|
---|
257 | </listitem>
|
---|
258 | </varlistentry>
|
---|
259 |
|
---|
260 | <varlistentry id="ktouch">
|
---|
261 | <term><command>ktouch</command></term>
|
---|
262 | <listitem>
|
---|
263 | <para>is a touch typing tutor.</para>
|
---|
264 | <indexterm zone="kdeedu ktouch">
|
---|
265 | <primary sortas="b-ktouch">ktouch</primary>
|
---|
266 | </indexterm>
|
---|
267 | </listitem>
|
---|
268 | </varlistentry>
|
---|
269 |
|
---|
270 | <varlistentry id="kverbos">
|
---|
271 | <term><command>kverbos</command></term>
|
---|
272 | <listitem>
|
---|
273 | <para>is an application specially designed to study Spanish
|
---|
274 | verb forms.</para>
|
---|
275 | <indexterm zone="kdeedu kverbos">
|
---|
276 | <primary sortas="b-kverbos">kverbos</primary>
|
---|
277 | </indexterm>
|
---|
278 | </listitem>
|
---|
279 | </varlistentry>
|
---|
280 |
|
---|
281 | <varlistentry id="kvoctrain">
|
---|
282 | <term><command>kvoctrain</command></term>
|
---|
283 | <listitem>
|
---|
284 | <para>is a vocabulary trainer.</para>
|
---|
285 | <indexterm zone="kdeedu kvoctrain">
|
---|
286 | <primary sortas="b-kvoctrain">kvoctrain</primary>
|
---|
287 | </indexterm>
|
---|
288 | </listitem>
|
---|
289 | </varlistentry>
|
---|
290 |
|
---|
291 | </variablelist>
|
---|
292 |
|
---|
293 | </sect2>
|
---|
294 |
|
---|
295 | </sect1>
|
---|