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

-=[ Linux / Unix ]=-

  $ ./configure
  $ make
  # make install

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

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

-=[ Windows ]=-

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

-=[ MacOS X ]=-

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


Compiling
---------

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

You can obtain Qt at http://www.trolltech.com/

Note: For information about building Psi on Mac or Windows, see
build-mac.txt or build-win.txt

