_V_irtual _U_controller _C_ontrolpanel
--------------------------------------

Prerequisites
-------------
To compile the package, you need:
- A c-compiler and binutils
- the GTK-2.X development files (X>=20).
On *nix, something like

  apt-get install libgtk2.0-dev gcc binutils

should suffice.

On windoze, its probably best to install

  http://www.cygwin.com/

and select said packages with their setup-GUI. Alternatively, MinGW/MSYS could
be used, but right now (2013-12-07) that eats an insane amount (~ 1GB) of disk-
space. Thus, not good if you have a slow inet-connection... Read

  http://www.gtk.org/download/win32.php

.

Since both GTK and Glade run on Mac this one should too, but thats not tested.


Installation
------------
Just the usual

  ./configure --prefix=/opt/vuc-0.0.6
  make
  make install

BE SURE TO USE SOME PREFIX! THE DEFAULT /usr/local MIGHT BREAK GLADE!
