- Get TRIP software from the download page
- Execute the downloaded executable file (installer)
- Run tripstudio (graphic version) or trip (console version)
For more details, read the file INSTALL in the downloaded archive.
- Get TRIP software from the download page
Expand the archive with your preferred compression tool- Copy all files in this directory to a specified directory
(e.g. /usr/local/trip or ~/trip)- Run trip.
- Send the result to gastineau@imcce.fr to obtain the free license key.
- Put the key in the file trip.lic in the same directory
(e.g. /usr/local/trip/trip.lic or ~/trip/trip.lic).- Run trip
For more details, read the file INSTALL in the downloaded archive.
TRIP uses the free software gnuplot or grace to display the graphics. You may download and install them on your computer. In order to use them from TRIP, you should add their directory in your path as described in the support.
- BBEdit 8.0 or later
Copy the file tripcolorbbedit.plist to the "/Library/Application Support/BBEdit/Language Modules/" or in your user "~/Library/Application Support/BBEdit/Language Modules/" directory.
Now when you save trip files with the extension ".t", you will have syntax coloring.
- ConTEXT programmers editor (0.97.6 or later)
Copy the file tripcolorcontext.chl to the directory "ConTEXTDir\Highlighters\".
"ConTEXTDir" is the directory of ConTEXT Editor.
Now when you save trip files with the extension ".t", you will have syntax coloring.
- Crimson Editor (3.70 or later)
Copy the file extension.t to the directory "CrimsonEditorDir\link\".
Copy the files tripcolorcrimson.spc and tripcolorcrimson.key to the directory "CrimsonEditorDir\spec\".
"CrimsonEditorDir" is the directory of Crimson Editor.
Now when you save trip files with the extension ".t", you will have syntax coloring.
- Emacs
Add the content of the files emacs.pref to your .emacs located in your home directory.
Edit the path to the files trip-mode.el(c) in the .emacs file.
Now when you save trip files with the extension ".t", you will have syntax coloring.
- Gedit (gnome 2.6 or later)
Copy the file tripcolorgedit.lang to "$(GNOMEDIR)/share/gtksourceview-1.0/language-specs/" or in your user "~/.gnome2/gtksourceview-1.0/language-specs/" directory.
Add the content of the tripfreedesktop.txt to the file "/usr/share/mime/packages/freedesktop.org.xml"
Run the command "update-mime-database /usr/share/mime"
- Kate, Kwrite (KDE 3.0 or later)
Copy the file tripcolorkate.xml to "$(KDEDIR)/share/apps/katepart/syntax" or in your user "~/.kde/share/apps/katepart/syntax" directory.
Now when you save trip files with the extension ".t", you will have syntax coloring.
- Nedit
Run nedit with the following command : nedit -import colornedit.res.
Execute the menu command "Save Defaults..." in the menu "Preferences".
Now when you save trip files with the extension ".t", you will have syntax coloring.
- PSPad
Copy the file tripcolorpsad.ini to to the directory "PsPADDir\Syntax\".
"PsPADDir" is the directory of PSPad Editor.
Execute the PSPad application : In the menu, select Settings -> Highlighter Settings. Select a free "<not assigned>" item. Under "User Highlighters", select tripcolorpspad and hit "OK".
Now when you save trip files with the extension ".t", you will have syntax coloring.
- TextWrangler 2.0 or later
Copy the file trip.bblm to the "/Library/Application Support/TextWrangler/Language Modules/" or in your user "~/Library/Application Support/TextWrangler/Language Modules/" directory.
Now when you save trip files with the extension ".t", you will have syntax coloring.
- Vim
Add the content of the files vimrc.pref to your .vimrc located in your home directory.
Create the directory ./vim/syntax in your home directory if it doesn't exist. Copy the file trip.vim to this directory ./vim/syntax/. Edit the path to the files gnuplot.vim in the ./vim/syntax/trip.vim file.
Now when you save trip files with the extension ".t", you will have syntax coloring.