Installation
------------

-=[ Linux / Unix ]=-

  $ ./configure 
  $ make
  $ make install

  Once installed, launch the program by running "jabbin".

  For more details about compiling, refer to the "Compiling" section below. 

-=[ Windows ]=-

  No installation required for Windows.  You can simply just
  run the Jabbin executable.  You might want to move everything into
  C:\Program Files\Jabbin

-=[ MacOS X ]=-

  Just run the Jabbin "executable package" thing.  No installation required.


Compiling
---------

Requirements:
  - Qt 3.1.0 *mulithreaded*, nothing less!
  - QCA 1.0 or compatible
  - zlib 1.1.4 or compatible

You can obtain Qt at http://www.trolltech.com/
You can obtain QCA at http://delta.affinix.com/qca/


