File: INSTALL.Unix

package info (click to toggle)
gv 1%3A3.5.8-9
  • links: PTS
  • area: main
  • in suites: slink
  • size: 1,904 kB
  • ctags: 3,077
  • sloc: ansic: 25,856; sh: 131; makefile: 53
file content (31 lines) | stat: -rw-r--r-- 752 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

1. Read README

2. Read config.Unix and modify it according to your needs.

3. Make sure you have the Xaw3d widget set (*including* its header
   files) installed properly (see config.Unix again).

4. Execute the following commands in the top directory:
      xmkmf
      make Makefiles
      make
   This should produce the executable "./source/gv" .
     
5. Execute
      make install
   to install the executable './source/gv' in the proper directory.

6. Execute
      make install.man
   to install the manpage './doc/gv.man' in the proper directory.

7. Execute
      make install.doc
   to install various documentation files in './doc/' in the proper 
   directory.

6. Execute
     gv
   to check whether all these efforts were successful.