This is the troff version of Plan 9 ported to UNIX (tested on OpenBSD, NetBSD and Linux amd64). To keep the code changes to a minimum parts of the Plan 9 libraries (mainly libc) had also been ported.
The repository can be downloaded with the "Download ZIP" button or with
git clone https://github.com/n-t-roff/Plan9_troff.git
Installation paths are set up in the Makefile
.
The Software is then build with make
and installed with make install
.
The directory $(DWBHOME)/$(BINDIR)
should be added to shell PATH
variable.
Generated files are removed with make clean
.
The repository is kept up-to-date with git pull
.
If there are any problems please report them to the issue tracker or send a mail to <troff at arcor dot de>.