Tidesdk build ubuntu 12.04 - masonzhang/TideSDK GitHub Wiki

Install Prerequisites

  • General dependencies
    sudo apt-get install build-essential ruby rubygems libzip-ruby1.9.1 scons libxml2-dev libgtk2.0-dev python2.7-dev ruby-dev libdbus-glib-1-dev libnotify-dev libgstreamer0.10-dev libxss-dev libcurl4-openssl-dev git-core libsoup2.4-1 libsoup2.4-dev libsoup-gnome2.4-dev libicu-dev libgnutls-dev libjpeg62-dev libcurl4-openssl-dev libenchant-dev
    
  • Webkit dependencies
    sudo apt-get install bison flex gperf libjpeg62-dev libgail-dev libxt-dev libsqlite3-dev libxslt1-dev libgstreamer-plugins-base0.10-dev libgpgme11-dev
    

Checkout the Sources

We always work from the development branch.

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

Notes/Tracebacks

Include tracebacks here.

Copyright and Attribution

The following copyright and attribution applies to this document:

  • Copyright © 2012 David Pratt (for TideSDK). All rights reserved.

CONTRIBUTORS:

  • David Pratt
  • Mital Vora