The XHomer package provides an emulator for the DEC Pro 350 computer, a PDP-11-based machine that was sold in the early to mid-80s.
Apply a patch to allow for proper restoring of terminal settings in certain commonly used scenarios of closing XHomer:
patch -Np1 -i ../xhomer-2-19-24-close-properly.patch
Now, apply a patch to fix compilation of misc included utilities:
patch -Np1 -i ../xhomer-2-19-24-fix-util-build.patch
Install XHomer by running the following command:
make CC="cc -std=gnu17" && gcc UTILITIES/lbn2xhomer.c -o UTILITIES/lbn2xhomer && gcc UTILITIES/venix2xhomer.c -o UTILITIES/venix2xhomer
Now, as the root user:
install -vDm755 xhomer UTILITIES/{lbn,venix}2xhomer -t /usr/bin/
Optionally, install the documentation as the root user:
install -vDm644 DOC/* -t /usr/share/doc/xhomer-2-19-24/