Instructions to compile the source distribution of
Peppercon's Remote Console Applet
----------------------------------------------------

0. Requirements:
   - gnu-make running on Unix (Windows should work with minor changes too,
     as long as gnu-make and gnu tools are available)
   - JDK 1.4 or JDK 1.5 for compiler and tools

1. complete Config.mk manually: 
   - FW_TOPDIR:    absolute path of source directory
   - DESTDIR:      installation directory for compiled binaries
   - PP_JAVA_HOME: path to JDK installation

2. start build:
   make install

3. find binaries in $(DESTDIR)

