Difference between revisions of "Compile Phat4X"

From PhatHack Wiki
Jump to navigation Jump to search
 
m
 
Line 1: Line 1:
 
[[Category:HOWTO]]
 
[[Category:HOWTO]]
  +
[[Category:Phat4X]]
 
Prerequisites:
 
Prerequisites:
 
 

Latest revision as of 20:32, 18 June 2005

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.