Basic Installation
==================

Simply run ./install.sh

If you want to install by hand:
-------------------------------

This is the installation documentation:

IMPORTANT: install RCode and XRCode (the GUI) as the user who wants to use (x)RCode later...

1. unpack the tarball:
     gzip -d rcode-XXX.tar.gz
     tar xv rcode-XXX.tar
    
    or in newer tar-versions:
     tar xvz rcode-XXX.tar.gz

2. edit the variables in the Makefile
3. compile the sources:
     make

4. install the binaries:
    Make sure that the directory you've defined in the Makefile (IPATH, 
    normally $HOME/bin) exists and that you have writing-permissions to it!
     make install
     
     
5. now you can use rencode and rdecode (or whatever you've defined in the Makefile as CODE_CMD and ENCODE_CMD)

Installing the GUI
==================

Requirements for XRCode:
- GTK > 1.2
- gtk-config scripts
- rcode > 1.2.0 installed in a directory which is in $PATH (usually ~/bin/)
- X-Window system

Build XRCode:
- Change to the directory "gui/", which is in the root of the XRCode source tree
- type "make"
- type "make install", this installs the binary to ~/bin/ and XPMs to ~/.xrcode/

The binary is called "xrcode"...
The GUI explains itself!
