blob: c051b530e5ddf735cdf505b6358878d36a77bd6c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta name="keywords" content="KPacman">
<meta name="Description" content="Dokumentation für KPacman">
<title>Das KPacman Handbuch: Installation</title>
</head>
<body text="#000000" bgcolor="#FFFFFF" link="#8E2727" vlink="#8E2727">
<table BORDER=0 CELLSPACING=2 >
<tr>
<td><img SRC="kpacman.gif" ALT="KPacman" BORDER=0 align=TEXTTOP></td>
<td><b><font size=+2>KPacman</font></b>
<br><font size=-1>Version 0.3.2</font></td>
</tr>
</table>
<hr ALIGN=LEFT NOSHADE WIDTH="600">
<table WIDTH="600" >
<tr>
<td>
<div align=right><a href="kpacman-3.html">Weiter</a> <a href="kpacman-1.html">Zurück</a>
<a href="index.html#toc1">Inhaltsverzeichnis</a></div>
<h3>
<a NAME="s2"></a>2. Installation</h3>
<h3>
<a NAME="ss2.1"></a>2.1 Wie Sie KPacman bekommen</h3>
Sie finden KPacman auf <a href="ftp://ftp.kde.org/pub/kde/unstable/apps/games">ftp://ftp.kde.org/pub/kde/unstable/latest/apps/games</a>
,dem Haupt-FTP-Server des KDE Projekts.
<h3>
<a NAME="ss2.2"></a>2.2 Anforderungen</h3>
Um KPacman erfolgreich compileren zu können, benötigen Sie die
Version 1.0 der KDE Libraries oder spätere und die Version 1.33 der
TQt Libraries oder spätere. Alle benötigten Libraries für
Ihr spefizisches System finden Sie auf <a href="ftp://ftp.kde.org/pub/kde/stable/1.0/distribution">ftp://ftp.kde.org/pub/kde/stable/latest/distribution</a>
und <a href=":/ftp.kde.org/pub/qt">ftp::/ftp.kde.org/pub/qt</a>.
<h3>
<a NAME="ss2.3"></a>2.3 Übersetzung und Installation</h3>
Sofern Sie KPacman selbst übersetzen und installieren wollen, erfolgt
dies auf die übliche Weise im Verzeichnis der KPacman Quelldateien:
<blockquote>
<pre><tt>% ./configure && make && make install</tt></pre>
</blockquote>
KPacman benutzt <tt>autoconf</tt>, daher sollten keine Probleme bestehen.
Sofern doch Fehlerhinweise erscheinen, berichten Sie diese bitte an den
Autor <a href="mailto:joe@dsite.de">Jörg Thönnissen</a>.
<br>
<div align=right><a href="kpacman-3.html">Weiter</a> <a href="kpacman-1.html">Zurück</a>
<a href="index.html#toc1">Inhaltsverzeichnis</a></div>
<center>
<hr ALIGN=LEFT NOSHADE WIDTH="100%"></center>
</td>
</tr>
</table>
</body>
</html>
|