Windows Server 2008 x64 2010 Express - LemontechSA/TideSDK GitHub Wiki
Prerequisites
-
OS and Compiler
- Windows Server 2008 R2 x864
- 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
Checkout the Sources
git clone git://github.com/TideSDK/TideSDK
cd TideSDK
git checkout v1.2-windows
git submodule update --init
cd kroll
git checkout v1.2-windows
cd ..
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