File: install.rel

package info (click to toggle)
yorick 2.2.03%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 9,620 kB
  • ctags: 9,317
  • sloc: ansic: 85,521; sh: 1,665; cpp: 1,282; lisp: 1,234; makefile: 1,034; fortran: 19
file content (27 lines) | stat: -rw-r--r-- 1,439 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
This is a relocatable version of yorick.  The yorick and gist
executables are in the bin/ subdirectory.  You can name this directory
whatever you want in order to place it in your file system; a typical
location might be /usr/lib/yorick/1.6.

You cannot move either yorick or gist relative to the other files in
this directory; yorick and gist find the files they need by moving
relative to the executable.  However, you may place a softlink from
another directory to point to bin/yorick or bin/gist.  For example,
   ln -sf /usr/lib/yorick/1.6/bin/yorick /usr/bin/yorick
puts a softlink in /usr/bin (which is probably on your PATH), so that
you can just type "yorick" to start yorick.

Yorick is a command line program.  If you have the X Window System
version of emacs, you will probably prefer to run yorick from emacs.
Read the file yorick.el in this directory to learn how to do that.  In
a nutshell, you put a line like
   (load "/usr/lib/yorick/1.6/yorick" nil t)
in your ~/.emacs file, then type M-x yorick RET to emacs.  That will
give you nice command line recall and editing, as well as a text
editor for yorick source that understands yorick syntax.

(Gist is a CGM browser.  If you don't know what that means, forget it.)

Look in the doc/ subdirectory for documentation on how to use yorick.
The interpreted library in the i/ directory contains many yorick
programming examples, including the demoX.i instructional programs.