ref: e825af37ac4e6fd8fe73d8df6048b7ee304805ea
dir: /README/
DESCRIPTION ----------- This is a fork of Russ Cox's drawterm and plan9front's drawterm that listens for incoming rcpu requests, instead of making one itself. It has rc with enough builtins that run inside the kernel for a typical session INSTALLATION -------------- To build on Unix, run CONF=unix make. To build on Solaris using Sun cc, run CONF=sun make. To build on Windows, you can't use Visual C. Use Mingw on cygwin. To build on Mac OS X, run CONF=osx-cocoa make. TODO: plist