Mobile/Build/StepsToModifyRefVM: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(→Steps) |
||
| (6 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
==Steps== | |||
# Install Microsoft .NET Compact Framework v2 SP2. | |||
## [http://go.microsoft.com/fwlink/?LinkId=86934&clcid=0x409] | |||
# Install ActiveSync 4.5 | |||
## [http://go.microsoft.com/fwlink/?LinkId=82622] | |||
# Install Windows Mobile 6 Professional SDK | |||
## [http://download.microsoft.com/download/f/2/3/f232f773-7edc-4300-be07-d3b76a5b3a91/Windows%20Mobile%206%20Professional%20SDK%20Refresh.msi] | |||
# Enable mercurial queues (only needed until backlog of patches all landed) | |||
## add "hgext.mq =" to "[Extensions]" section of .hgrc | |||
# Append $srcdir/build/wince/tools/bin to PATH env var | |||
## run "export PATH=$PATH:$srcdir/build/wince/tools.bin" | |||
## from irc, changed two places to be:run "export PATH=$PATH:<your-srcdir>/build/wince/tools/bin" | |||
# set tool paths | |||
## --with-wince-sdk must be set correctly in your mozconfig | |||
==Notes== | |||
* Download | * Download | ||
** http://download.microsoft.com/download/f/2/3/f232f773-7edc-4300-be07-d3b76a5b3a91/Windows%20Mobile%206%20Professional%20SDK%20Refresh.msi | ** http://download.microsoft.com/download/f/2/3/f232f773-7edc-4300-be07-d3b76a5b3a91/Windows%20Mobile%206%20Professional%20SDK%20Refresh.msi | ||
| Line 11: | Line 27: | ||
* appended $srcdir/build/wince/tools/bin to PATH | * appended $srcdir/build/wince/tools/bin to PATH | ||
* modify build/wince/tools/vs8ppc2003/toolpaths.h to reflect vc path | * modify build/wince/tools/vs8ppc2003/toolpaths.h to reflect vc path | ||
** crowder's work will fix this by monday | |||
Latest revision as of 20:32, 2 January 2009
Steps
- Install Microsoft .NET Compact Framework v2 SP2.
- Install ActiveSync 4.5
- Install Windows Mobile 6 Professional SDK
- Enable mercurial queues (only needed until backlog of patches all landed)
- add "hgext.mq =" to "[Extensions]" section of .hgrc
- Append $srcdir/build/wince/tools/bin to PATH env var
- run "export PATH=$PATH:$srcdir/build/wince/tools.bin"
- from irc, changed two places to be:run "export PATH=$PATH:<your-srcdir>/build/wince/tools/bin"
- set tool paths
- --with-wince-sdk must be set correctly in your mozconfig
Notes
- Download
- http://download.microsoft.com/download/f/2/3/f232f773-7edc-4300-be07-d3b76a5b3a91/Windows%20Mobile%206%20Professional%20SDK%20Refresh.msi
- Windows Server 2003 Requirements
- Windows Server 2003 Service Pack 2.
- Microsoft Visual Studio 2005, Standard Edition or above (Express Editions are not supported). SP1 recommended.
- Microsoft .NET Compact Framework v2 SP2.
- needed to be downloaded and installed
- ActiveSync 4.5. If not currently installed, it is available from Microsoft Windows Mobile web site.
- needed to be downloaded and installed
- Enabled mercurial queues
- appended $srcdir/build/wince/tools/bin to PATH
- modify build/wince/tools/vs8ppc2003/toolpaths.h to reflect vc path
- crowder's work will fix this by monday