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

-=[ Linux / Unix ]=-

  ./configure
  make
  make install

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

For more details about compiling, or if you run into trouble, 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.0.5 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

Notes about compiling:
    * As of 0.8.6, Psi requires threading, so make sure you have the
      multithreaded version of Qt installed (libqt-mt).

    * Some systems don't have a separate libXss library (like
      Solaris).  In this case it is safe to remove the -lXss line from
      psi.pro.

    * Some systems might not have XScreenSaver at all.  In this case,
      remove -lXss from psi.pro, and also #define NO_PS_IDLE in idle.cpp.

