summaryrefslogtreecommitdiff
path: root/support/gtex-letter/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'support/gtex-letter/INSTALL')
-rw-r--r--support/gtex-letter/INSTALL40
1 files changed, 40 insertions, 0 deletions
diff --git a/support/gtex-letter/INSTALL b/support/gtex-letter/INSTALL
new file mode 100644
index 0000000000..e406e3dd8d
--- /dev/null
+++ b/support/gtex-letter/INSTALL
@@ -0,0 +1,40 @@
+Installation
+============
+To run the gtex-letter, just cd to the directory it resides
+and run it with gtex-letter. To permanently install the
+application, run the install-script, that comes with this
+programm to install. You must be root to install:
+$:su
+$:./install
+
+Install will create a directory with the programm files and
+a link to the directory. If you want to install the program
+to a different location than proposed in the install-script,
+please edit the install-script. However, do not forget
+to edit the following files as well: uninstall, gtex-letter,
+gui.py.
+
+ATTENTION: If you do not want to install, you have to reside in the
+gtex-letter-directory when calling the programm. Otherwise
+it will not find its files...
+
+Dependencies
+============
+I do not really know so far which packages gtex-letter depends
+on. Well, it is gnome, python, python-gnome (= pygtk + pygnome),
+but which versions?
+gtex-letter is reported to run with:
+gnome-libs 1.2.7
+python 1.5.2-89 and with python 2.0
+python-gnome-1.0.53 (get it from ftp://ftp.daa.com.au/pub/james/python/)
+
+If it does not run with your configuration, please let me
+know, so i can check out.
+
+Uninstallation
+==============
+To uninstall gtex-letter, run the script uninstall. You must
+be root to uninstall:
+$:su
+$:./uninstall
+