Compile Phat4X

From PhatHack Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.