File: readme.old

package info (click to toggle)
plplot 5.3.1-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 26,248 kB
  • ctags: 11,687
  • sloc: ansic: 86,045; xml: 17,249; sh: 12,400; tcl: 8,113; cpp: 6,824; perl: 4,383; python: 3,915; makefile: 2,899; java: 2,788; fortran: 290; sed: 5; awk: 1
file content (46 lines) | stat: -rw-r--r-- 1,396 bytes parent folder | download | duplicates (4)
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
44
45
46
This directory contains the source needed to compile plplot under djgpp,
the gcc for DOS and '386+ machines.  Please retreive djgpp from the
simtel20 archives and use their references for more info.

To compile everything simply:
1) mkmf
2) cd tmp
3) make links
4) make
5) mkdir \plplot
6) make install

To compile the demos:
7) cd \plplot\demos\c
8) make cdemos

To compile the f2c demos:
9) cd \plplot\demos\f77
10) make fdemos

The install can provide the stubs for FORTRAN via "f2c", the
fortran-to-C converter.  Set the "enable_f77" variable to "yes" in
./mkmf.bat install the f2c stubs.  Check netlib.att.com for the latest
source to f2c.

This will install the plplot library in /plplot/lib and the demos in
/plplot/demos.  This can be changed in the ./cf/init.in file.  (Please
note the UNIX and MS-DOS name types and change BOTH.)

Other customizations:

 o Define (string) values for LIB_DIR, BIN_DIR, and TCL_DIR in plconfig.h
   if you want plplot to look somewhere other than the hardwired or
   environmentally-set locations for the files it needs.

 o Define the appropriate macro in pldevs.h in order to enable the
   corresponding output driver.

This procedure was done with djgpp 1.11m5.  The new djgpp 1.12 was just 
released and I haven't downloaded it yet.

Paul Kirschner
United Technologies Reaserch Center
pek@utrc.utc.com