diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-03 11:05:10 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-03 11:05:10 -0600 |
commit | f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b (patch) | |
tree | 1f78ef53b206c6b4e4efc88c4849aa9f686a094d /tde-i18n-de/docs/tdewebdev/quanta/installation.docbook | |
parent | 85ca18776aa487b06b9d5ab7459b8f837ba637f3 (diff) | |
download | tde-i18n-f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b.tar.gz tde-i18n-f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b.zip |
Second part of prior commit
Diffstat (limited to 'tde-i18n-de/docs/tdewebdev/quanta/installation.docbook')
-rw-r--r-- | tde-i18n-de/docs/tdewebdev/quanta/installation.docbook | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/tde-i18n-de/docs/tdewebdev/quanta/installation.docbook b/tde-i18n-de/docs/tdewebdev/quanta/installation.docbook new file mode 100644 index 00000000000..ae2f903997a --- /dev/null +++ b/tde-i18n-de/docs/tdewebdev/quanta/installation.docbook @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="UTF-8" ?> + +<appendix id="installation-3-2"> +<title +>Installation</title> + +<sect1 id="acquiring-qunata-3-2"> +<title +>&quantaplus; erhalten</title> +&install.intro.documentation; </sect1> + +<sect1 id="source-code-building-3-2"> +<title +>Kompilieren des Quelltextes</title> +&install.compile.documentation; <sect2 id="source-code-building-considerations-3-2"> +<title +>Überlegungen beim Kompilieren</title> + +<para +>Es ist vernünftig, wenn Sie den Ort der &quantaplus;-Dateien auf Ihrem System anpassen wollen. Dafür hat <command +> autoconf </command +> eine Anzahl von Optionen, die an das configure-Skript übergeben werden können. Um eine komplette Liste aller Optionen zu bekommen, geben Sie <command +>./configure</command +> <option +>--help</option +> ein. Die Optionen sind einfach zu verstehen und hier nicht ausgeführt. </para> + +<para +>Wenn Sie Probleme beim Starten von &quantaplus; haben, sollten Sie überprüfen, ob Ihr Pfad den &kde; 3 <filename class="directory" +>bin</filename +> Ordner enthält. Auch sollten Sie sicherstellen, das keine ältere Version von &kde; 3 im <envar +>PATH</envar +> vor ihrem <filename class="directory" +>bin</filename +> Ordner liegt. Dasselbe gilt für &Qt;. </para> + +</sect2> +</sect1> +</appendix> |