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

PC side:
^^^^^^^^

1.type "make" for compiling
2.type "make install" for installing
  (optional)
  Perhaps you need root privileges for this but you don't need to install it
3.the executable is "apccomm"

If you want you can change some settings in the Makefile:
Edit Makefile.config:
  1. change INSTALLBIN to the dir you want install it (if you want to install it)
  2. uncomment line "USE_SP=1" if you have an installed libparapin and want to
     use it instead of the included

Amiga side:
^^^^^^^^^^^

Just drag "apccomm" in the Amiga directory to the place you want it, no
configuration is needed. You can also copy it to c:
If you have AmigaOS <2.0 you have to use the "apccomm-nogui" (also in the Amiga
directory) but it has no icon because it's just a CLI program; copy it to c: 

Be sure "apccomm" is executable!
Use "Icon information" from workbench menu (for OS >=2.0) or type
"protect c:apccomm +rwed" in a cli (change the path to the installation path).

----------------------------------------
If you want to compile apccomm yourself:
I recommend the Dice compiler 3.16 which you can get from Aminet.
When you have it installed you can do:

  dmake
    for a list of targets
  dmake all
    to compile apccomm with gui
  dmake install
    to copy apccomm to c:
  dmake clean
    for removing object files and executable
  dmake nogui
    compile without gui (supports OS <2.0)
  dmake test
    compiles a connection test program (see PROBLEMS for details)

When compiling the GUI version you need the reqtools headers and link library
which you can get from aminet (but they are also included in Dice 3.16).

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