Compile Phat4X

From PhatHack Wiki
Revision as of 20:32, 18 June 2005 by Sbingner (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Prerequisites:

- id3lib (library)
- festival (binaries and/or library)
- plsign (currently offline - see this thread)

Procedure:

  • Download the Qt 3.x framework from Trolltech.com and install it
  • Download the latest CVS snapshot file release or check out the Phat4X sourcetree (module "main") directly from CVS
  • Open phat4x.pro in Qt-Designer
  • Open "Project > Project Settings... > C++"
  • Adjust "Includepath" to "QTDIR=<YOUR_QT3_DIR>"
  • Run "qmake phat4x.pro" in your Phat4X source directory once.
  • Run "make" in your Phat4X source directory everytime it's needed!

    If you intend to use festival as a library you need to adjust phat4x.pro for yourself and add the required include-paths and libraries for your distribution-specific installation.