1Installation of TeXmacs-REDUCE interface (CSL version)
2------------------------------------------------------
3
41. Ensure that executable (reduce or reduce.exe) is in your path.
5
6
7   You can either change your PATH:
8      on Unix/Linux/Darwin/BSD/Cygwin
9           export PATH=<wherever>:$PATH
10      on Windows
11           Control Panel/System/Advanced/Environment Variables
12           and change system variable "Path"
13   OR on Unix/Linux/Darwin/BSD/Cygwin
14        select a directory that is already on your path, eg often
15        /usr/local/bin, and put a symlink to the reduce executable there.
16           ln -s /where/it/is/reduce /usr/local/bin/reduce
17      on Windows, if say c:\bin is already in your PATH, copy
18        reduce.exe, reduce.com, reduce.img and the directories reduce.doc and
19        reduce.fonts into c:\bin.
20
21------------------------------------------------------
22
23