* Linux:
 # create Linux binary:
   + included
   + edit Makefile and src/Makefile and type 'make' 
 # install Linux binary:
   + type 'make install'
 # create DOS binary:
   + included
   + install go32crs
   + copy getopt.h in the go32 include directory (/usr/local/go32/include)
   + edit Makefile and src/Makefile and type 'make'
   + cat bin/stub.exe bin/lmpc > bin/lmpc.exe; rm bin/lmpc

* MS-DOS:
 # create Linux binary:
   + included
   + impossible to create with DOS
 # DOS binary:
   + included
   + install DJGPP
   + edit MAKEFILE and SRC\MAKEFILE and type 'make' 
   + COFF2EXE BIN\LMPC
 # Install DOS binary:
   + COPY BIN\LMPC.EXE ANY_PATH
   + COPY GO32.EXE C:\TOOL  or whatever directory is in your PATH

