blob: 144118fd7d42c657356d93dec38a89442655d864 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
This version of gxditview uses imake.
Here are the steps needed to install gxditview:
- edit the Imakefile if necessary
- xmkmf
- make depend
- make
- make install
- make install.man (installs the man page)
The gxditview binary will be installed in the usual place for X
binaries (eg /usr/bin/X11). Previous versions of gxditview were
installed along with the other groff binaries (eg in /usr/local/bin);
you will need to remove these by hand.
|