mirror of
https://github.com/opnsense/src.git
synced 2026-05-25 02:35:01 -04:00
20 lines
453 B
Text
20 lines
453 B
Text
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.
|