Release users:
 To compile, run the following commands. You will need the GTK2 headers installed.

 1. ./configure --prefix=/usr/local
 2. make
 3. sudo make install

 Run 'pcsx' to start PCSX-df. It will search for plugins and try to
 configure itself automatically, and should be usable almost
 immediately. You will probably want to look through the configuration
 options and set up your gamepad first.

CVS users:
You'll want the latest and greatest autoconf and autotools;
automake1.9 and autoconf 2.59 should be sufficient, though.

 bash autogen.sh
 ./configure 
 make
 sudo make install

Notes:
  If you do not have GNOME installed, build with --disable-nautilusburn. 

Warnings:
  Some optional plugins, such as dfbinimage, may fail to compile if 
  they are enabled at configure time; if this happens, simply disable the 
  plugin with --disable-<plugin>. Run './configure -h' for more.
