This file contains instructions to compile DCBouncer on a POSIX system. All i have is CentOS, which
is a Linux distribution, but DCBouncer should run on other systems too without too much hassle.

---
Get g++ (gcc), at least version 4.3.

---
Install openssl-devel if you don't have it already.
On CentOS, i just do:
	yum install openssl-devel
Fedora uses "yum" too, and some other popular distros use "apt-get".

---
To compile, just run "make":
	make
A "bin" directory should be created, in which you will find the binary file, called "DCBouncer".

Then edit the example configuration file (etc/DCBouncer_default) and rename it to etc/DCBouncer.

---
Feel free to use the Launchpad interface for this project <http://launchpad.net/dcbouncer> or
e-mail me directly <poy@123gen.com> for any feedback / suggestion / bug.
