Mobile/Build/Windows Mobile Build Instructions Quick: Difference between revisions
Jump to navigation
Jump to search
(Created page with '=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 * Vi...') |
No edit summary |
||
Line 1: | Line 1: | ||
=Intro= | ==Intro== | ||
These instructions are intended for people who already have some familiarity with building Mozilla Products | These instructions are intended for people who already have some familiarity with building Mozilla Products | ||
=Pre-reqs= | ==Pre-reqs=- | ||
You will have to have the following installed | You will have to have the following installed | ||
* Visual Studio 2005/2008 | * Visual Studio 2005/2008 | ||
Line 9: | Line 9: | ||
* Mozilla-build | * Mozilla-build | ||
=Pull and Build= | ==Pull and Build== | ||
$ hg clone http://hg.mozilla.org/mozilla-central | $ '''hg clone http://hg.mozilla.org/mozilla-central''' | ||
$ cd mozilla-central | |||
$ hg clone http://hg.mozilla.org/mobile-browser mobile | $ '''cd mozilla-central''' | ||
$ wget http://people.mozilla.org/mozconfig | |||
$ make -f client.mk build | $ '''hg clone http://hg.mozilla.org/mobile-browser mobile''' | ||
$ '''wget http://people.mozilla.org/mozconfig''' | |||
$ '''make -f client.mk build''' |
Revision as of 04:46, 2 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://people.mozilla.org/mozconfig
$ make -f client.mk build