summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-08-08 17:39:17 +0200
committergregory guy <gregory-tde@laposte.net>2020-08-08 17:39:17 +0200
commitfbadfa5f41dca9e13ae65198f5073dd85633d7a8 (patch)
tree8e1e099f8468b1b271efd268041b6df7068839af /doc
parent9b5b8e9c826867e7fbcae9a17babdc91af269b93 (diff)
downloadmathemagics-fbadfa5f41dca9e13ae65198f5073dd85633d7a8.tar.gz
mathemagics-fbadfa5f41dca9e13ae65198f5073dd85633d7a8.zip
Fix help page install location.
Rework of the help page, README and INSTALL files. Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/en/index.docbook (renamed from doc/mathemagics/index.docbook)22
1 files changed, 16 insertions, 6 deletions
diff --git a/doc/mathemagics/index.docbook b/doc/en/index.docbook
index ff1092c..ed37e23 100644
--- a/doc/mathemagics/index.docbook
+++ b/doc/en/index.docbook
@@ -30,7 +30,7 @@
<date>2002-05-25</date>
<releaseinfo>1.0</releaseinfo>
-<abstract><para>&mathemagics; is a scientific RPN calculator for &kde;.</para></abstract>
+<abstract><para>&mathemagics; is a scientific RPN calculator for &tde;.</para></abstract>
<keywordset>
<keyword>KDE</keyword>
@@ -263,17 +263,27 @@ XOR (exclusive OR) operation.</term>
<appendix id="installation">
<title>Installation</title>
-<para>&mathemagics; is part of the &package; package within the &kde; project. For more details about &kde; visit <ulink url="http://www.kde.org">http://www.kde.org</ulink>.</para>
+<para>&mathemagics; is part of the &tde; project. For more details about &tde; visit <ulink url="http://trinitydesktop.org">http://trinitydesktop.org</ulink>.</para>
<para>&mathemagics;'s website is <ulink
-url="http://katzbrown.com/mathemagics/">
-http://katzbrown.com/mathemagics/</ulink></para>
+url="https://mirror.git.trinitydesktop.org/gitea/TDE/mathemagics">
+https://mirror.git.trinitydesktop.org/gitea/TDE/mathemagics</ulink></para>
<sect1 id="compilation-and-installation">
<title>Compilation and Installation</title>
-&install.intro.documentation;
-&install.compile.documentation;
+<para>
+In order to compile and install &mathemagics; on your system, type the following in the base directory; distribution:
+<screen width="40">
+<prompt>%</prompt> <userinput>mkdir -p build</userinput>
+<prompt>%</prompt> <userinput>cd build</userinput>
+<prompt>%</prompt> <userinput>cmake ../</userinput>
+<prompt>%</prompt> <userinput>make</userinput>
+<prompt>%</prompt> <userinput>make install</userinput>
+</screen>
+</para>
+
+<para>Since &mathemagics; uses cmake you should have not trouble compiling it. Default options for cmake build are available in the INSTALL file.</para>
</sect1>
</appendix>