How to compile PARCP for various platforms:
===========================================

1) on MiNT (requires patched MiNTlib and ncurses):
  $ make clean tgz

2) on Linux (requires libncurses, libusb and libhidapi):
  $ sudo apt install libncurses-dev libusb-1.0-0-dev libhidapi-dev
  $ make clean tgz

3) for DOS on Linux (requires dosbox, DJGPP and PDCurses):
  $ dosbox
  > set PATH=C:\DJGPP\BIN;%PATH%
  > set DJGPP=C:\DJGPP\DJGPP.ENV
  > make clean all

4) on Windows (requires MingGW, PDCurses and HIDAPI)
  Alt+F2 cmd.exe
  > set PATH=C:\Qt\Tools\mingw48_32\bin;%PATH%
  > cd \parcp\src
  > copy \pdcurses\curses.h
  > mingw32-make clean all

5) for Mac OS X on Linux (requires i686 gcc cross compiler)
  $ make -f Makefile.osx clean tgz

