Install

Linux and Unix via source
------------------

1. gunzip -c vrcon-*tar.gz | tar -xvf -

2. cd into the vrcon directory.

If you want ClanMod support, edit config.h and uncomment CM_SAY before you run make. 
The default install directory is /usr/local/bin. You man need to su to root to install there )

 make
 make install

3. Create and/or edit the .vrcon file.
 This file needs to be placed in your home directory.  
See the vrcon_sample_config for examples.


Windows and Cygwin
------------------

Via Source

make 
make win32
cd win32/vrcon
./cyginstall

Binary builds

I try to have win32 builds of the latest stable release on 
http://www.vaughantech.com/vrcon.html

These builds are built with the current cygwin.dll at the time of
the release.  

For more detailed installation instructions see: 
http://www.vaughantech.com/wininstall/
