How to run OpenMoko Apps on PC

From Openmoko

Revision as of 18:56, 24 November 2006 by Mickey (Talk | contribs)

Jump to: navigation, search

Install dependencies

  • use aptitude, apt-get, urpmi, or whatever your distro supports
  • you will probably need
    • gtk-dev
    • pango-dev
    • atk-dev
    • qmake from Qt4

Build everything in one run using Qmake

Template:NOTE qmake is Mickey's preferred build tool, you can use autotools as well...

 cd <svn-checkout>/OM-2007
 . ./makevars.sh
 qmake
 make

Now the applications should be found in ./bin.

=

Personal tools

Install dependencies

  • use aptitude, apt-get, urpmi, or whatever your distro supports
  • you will probably need
    • gtk-dev
    • pango-dev
    • atk-dev
    • qmake from Qt4

Build everything in one run using Qmake

Template:NOTE qmake is Mickey's preferred build tool, you can use autotools as well...

 cd <svn-checkout>/OM-2007
 . ./makevars.sh
 qmake
 make

Now the applications should be found in ./bin.

=