home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 May / PCWorld_2007-05_cd.bin / komunikace / psi / psi-0.10-win-setup.exe / Install.txt < prev    next >
Text File  |  2006-01-11  |  855b  |  39 lines

  1. Installation
  2. ------------
  3.  
  4. -=[ Linux / Unix ]=-
  5.  
  6.   $ ./configure
  7.   $ make
  8.   # make install
  9.  
  10.   Once installed, launch the program by running "psi".
  11.  
  12.   For more details about compiling, refer to the "Compiling" section below. 
  13.  
  14. -=[ Windows ]=-
  15.  
  16.   No installation required for Windows.  You can simply just
  17.   run the Psi executable.  You might want to move everything into
  18.   C:\Program Files\Psi
  19.  
  20. -=[ MacOS X ]=-
  21.  
  22.   Just run the Psi "executable package" thing.  No installation required.
  23.  
  24.  
  25. Compiling
  26. ---------
  27.  
  28. Requirements:
  29.   - Qt 3.1.0 *mulithreaded*, nothing less!
  30.   - QCA 1.0 or compatible
  31.   - zlib 1.1.4 or compatible
  32.  
  33. You can obtain Qt at http://www.trolltech.com/
  34. You can obtain QCA at http://delta.affinix.com/qca/
  35.  
  36. Note: For information about building Psi on Mac or Windows, see
  37. build-mac.txt or build-win.txt
  38.  
  39.