Mobile/Build/Windows Mobile Build Instructions Quick: Difference between revisions

From MozillaWiki
< Mobile‎ | Build
Jump to navigation Jump to search
Line 17: Line 17:
  $ '''hg clone http://hg.mozilla.org/mobile-browser mobile'''
  $ '''hg clone http://hg.mozilla.org/mobile-browser mobile'''
   
   
  $ '''wget http://hg.mozilla.org/build/buildbot-configs/raw-file/9cda46e58802/mozilla2/wince/mobile-browser/nightly/mozconfig'''
  $ '''wget http://hg.mozilla.org/build/buildbot-configs/raw-file/tip/mozilla2/wince/mobile-browser/nightly/mozconfig'''
   
   
  $ '''make -f client.mk build'''
  $ '''make -f client.mk build'''

Revision as of 19:55, 20 April 2009

Intro

These instructions are intended for people who already have some familiarity with building Mozilla Products

Pre-reqs

You will have to have the following installed

  • Visual Studio 2005/2008
  • Windows Mobile 6 SDK
  • Windows Mobile 6.1 Emulators (if you want to run in an emulator)
  • Mozilla-build

Pull and Build

$ hg clone http://hg.mozilla.org/mozilla-central

$ cd mozilla-central

$ hg clone http://hg.mozilla.org/mobile-browser mobile

$ wget http://hg.mozilla.org/build/buildbot-configs/raw-file/tip/mozilla2/wince/mobile-browser/nightly/mozconfig

$ make -f client.mk build