-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathREADME-linux-redhat
43 lines (34 loc) · 1.43 KB
/
README-linux-redhat
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
What Gri is
===========
Gri is a programming language for scientific graphics. It can make
x-y graphs, contour-graphs, and image graphs. In addition, Gri has a
full suite of low-level graphical elements and sufficient programming
capabilities (loops, subroutines, etc) to permit complex
customization.
Gri is not point-click. In some ways it is analogous to TeX.
Extensive power rewards tolerance of a modest learning curve.
For the rest of this document, the symbol "N.N.N" will be taken to
stand for the Gri version number, e.g. N.N.N might represent the
version numbered 2.6.0, say.
Obtaining Gri for RedHat
========================
Follow the links at
http://gri.sourceforge.net
to get an RPM package, and then install it by doing
rpm -U gri-N.N.N-1.i386.rpm
The source is also available as a gzipped tarfile and as an RPN source
file.
The package provides a cursory manpage, available by typing
man gri
at the unix prompt; the main documentation is available in "info"
format, by typing
info gri
at the unix prompt (or through access by emacs or other facilities).
Many users will find it easier to study the HTML version of the
documentation, available at the local URL
/usr/share/doc/gri-N.N.N/html/index.html
Copyright restrictions
======================
The Gri programming languages, and all manuals and online help-files,
are (c) 1991-2009 Dan E. Kelley <[email protected]>, and covered by
the GNU icense GPLv3 or later.