Windows7 x86 2010 Express - masonzhang/TideSDK GitHub Wiki
Prerequisites
-
OS and Compiler
- Windows 7 x86 (Windows XP instructions redirect here since they are identical)
- Visual Studio 2010 Express (MSVC) SDK 7.0A
-
Python 2.7 32-bit
-
Git
-
Scons 2.1.0
Install Prerequisites
Fill this in please.
Extra Steps
- Add the following to your PATH environment variable: C:\Python27;C:\Python27\Scripts;C:\Program Files\Microsoft Visual Studio 10.0\VC\bin
Checkout the Sources
git clone git://github.com/TideSDK/TideSDK
cd TideSDK
git checkout develop
Build with Installer
scons debug=1 sdkinstaller run=1
Build and Run Unit Tests
scons debug=1 drillbit run=1
Tracebacks/Notes
Insert traceback here
- If you get the error: "No Python installation found in memory" or "No Python installation found in registry" when installing scons, please make sure your python is the 32 bit version
Copyright and Attribution
The following copyright and attribution applies to this document:
- Copyright © 2012 David Pratt (for TideSDK). All rights reserved.
- Original sources of build documentation copyright (c) Appcelerator Inc.
CONTRIBUTORS:
- David Pratt
- Francisco Zarate
- Daegalus
- Dubcanada
- Fredrik Wollsén