Author Topic: build qubegui-bld tarball  (Read 4533 times)

orenouard

  • Jr. Member
  • **
  • Posts: 2
build qubegui-bld tarball
« on: December 19, 2007, 03:20:54 PM »
Any way to build the Qube GUI from the provided package qubegui-bld-5-2-2007-10-01-3-FC-5-i686 ?

There seem to be some external reference in the Makefile that I don't understand how to resolve :

buildenv/Makefiles/CommonDefs.mak

Then buildenv/Makefiles/CommonRules.mak is not provided either.

make stops on looking for these two

Scot Brew

  • Hero Member
  • *****
  • Posts: 272
    • PipelineFX
Re: build qubegui-bld tarball
« Reply #1 on: December 31, 2007, 06:05:02 PM »
Yes, there is a straightforward way.  You can build it directly by "cd'ing" into the api/python/qb/gui/ directory and then running "python setup.py".  Note that it requires wxPython 2.7.2 or above to be installed and preferably python 2.4 or above.

On Linux you will need pyInstaller (version 1.3 is currently used) and should have it in your python path (or edit the setup.py script around line 32 to set it directly).