Artifact 21f8177bef83c8215256c60a0906e6c37f2cc875a9de6f56b173a707090efa64:
- Executable file
r38/lisp/csl/cslbase/texmacs-plugin/r38/install/README
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 878) [annotate] [blame] [check-ins using] [more...]
Installation of TeXmacs-REDUCE interface (CSL version)
------------------------------------------------------
1. Ensure that executable (r38 or r38.exe) is in your path.
You can either change your PATH:
on Unix/Linux/Darwin/BSD/Cygwin
export PATH=<wherever>:$PATH
on Windows
Control Panel/System/Advanced/Environment Variables
and change system variable "Path"
OR on Unix/Linux/Darwin/BSD/Cygwin
select a directory that is already on your path, eg often
/usr/local/bin, and put a symlink to the r38 executable there.
ln -s /where/it/is/r38 /usr/local/bin/r38
on Windows, if say c:\bin is already in your PATH, copy
r38.exe, r38.com, r38.img and the directories r38.doc and
r38.fonts into c:\bin.
------------------------------------------------------