TideSDK Build OSX 10.6.8 Xcode4 Legacy - LemontechSA/TideSDK GitHub Wiki
Prerequisites
- Xcode 4.3.3 / 4.2
- scons 2.1.0
- git
- pkgconfig
Install Prerequisites
- pkgconfig — install via ports:
$ sudo port install git pkgconfig
- or homebrew
$ brew install git pkgconfig
Checkout the Sources
We always work from the development branch. MacOSX 10.6 is not the current build target. Kroll has been tagged at 0.1.3 to be able to build it with Xcode 4.3 install.
git clone git://github.com/TideSDK/TideSDK
cd TideSDK
git checkout 1.2.1.RC1
git submodule update --init
cd kroll
git checkout 0.1.3
cd ..
Build with Installer
scons -s debug=1 sdkinstaller run=1
Build and Run Unit Tests
scons -s debug=1 drillbit run=1
Tracebacks/Notes
Include tracebacks here.
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
- Mitchell Amihod