GTM V71010 Installation
Downloaded GT.m from the following link, to the local "Downloads" directory.
https://sourceforge.net/projects/fis-gtm/
*** sudo su ***
Made directory: /tmp/gtm
cd ~/Downloads
Uncompress.
Example: tar xvf gtm_V71010_linux_x8664_pro.tar.gz -C /tmp/gtm
cd /tmp/gtm
Install GTM: ./configure.
No to utf8.
Installed in /usr/lib/fis-gtm/V71010
Uppercase and Lowercase versions: n
Keep original .o object files: y
Remove temporary files: y
cd /tmp
rmdir gtm
*** exit *** from su
Setting up a personal GTM instance.
cd ~
Created directory ~/gtm
Created directory ~/gtm/g
Created directory ~/gtm/o
Created directory ~/gtm/r
Created file gtm.sh
---------------------------------------------------------------------------------------------------------------
#!/bin/bash
# ========================= VARIABLES =========================
cd ~/gtm
export gtm_dist="/usr/lib/fis-gtm/V71010"
export rtns="o(r)"
export PATH=$PATH:$gtm_dist
export gtmroutines="$rtns $gtm_dist"
export gtmgbldir="g/mumps.gld"
# ========================= APPLICATION =======================
export gtm_prompt='gtm>'
mumps -direct
---------------------------------------------------------------------------------------------------------------
Do this command in the ~/gtm directory: chmod 700 gtm.sh
Do this command in the ~/gtm directory: ./gtm.sh
Used D ^GDE to create mumps.gld
Used D ^GDE to set global directory
change -segment DEFAULT -file=g/mumps.dat
Used mupip create to create mumps.dat