Installing instructions for APCComm:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

PC-Side:
^^^^^^^^

1.Edit Makefile (optional)
1.1. comment line "CFLAGS+=-DUSE_OPEN
     when having problems with compiling
1.2. change INSTALLBIN to the dir you want install it (if you want to install it)
1.3. uncomment line "USE_SP=1" if you have an installed libparapin and want to
     use it instead of the included

2.type "make" for compiling
-- Perhaps you need root-privileges --
3.type "make install" for installing
4.the executable is "apccomm"

Amiga-Side:
^^^^^^^^^^^

You can use the binary "apccomm" in the "amiga"-dir if you don't want
to compile it yourself (or have no compiler for the amiga):

(if necessary)
1.transfer the file "amiga/apccomm" to the amiga (with floppydisc :-) )
2.copy the file "apccomm" to c:
3.type "protect c:apccomm +rwed" in a cli to make sure, the binary is executable


If you have problems with my binary, you can recompile it yourself:
1.Copy "amiga/apccomm_4amiga.lha" to the amiga and unlha it OR
  Copy the following files to the amiga:
    1.DMakefile
    2.apccomm_all.c
    3.apccomm_all.h
    4.apccomm_am.c
    5.apccomm_am.h
    6.apccomm_am_main.c
    7.apccomm_am_opt.a
    8.apccomm_am_tr.c
    9.apccomm_am_tr.h
There is a DMakefile for Dice-Compiler (which I use), so you can do the following
when having "dice":

1.Edit DMakefile (optional)
1.1. comment line "DEFINES=-DAMIGA -DUSE_OPEN"
     and uncomment line "DEFINES=-DAMIGA"
     when having problems with compiling
2.type "dmake" for compiling
3.type "dmake install" for compiling and installing

If you use a other compiler (like gcc for amiga), you must compile the files
mention above WITH the additional define AMIGA (-DAMIGA for gcc) and link it
normally. Then copy the executable to c:
But I fear gcc can't compile the assembler-file "apccomm_am_opt.a" so if you
can change it to the gcc-syntax please send me the modification!

Report trouble and successful compiling to:
Ralf Hoffmann <ralf.hoffmann@epost.de>
