Skip to content

Instantly share code, notes, and snippets.

@laurencedawson
Created February 8, 2012 04:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laurencedawson/1765497 to your computer and use it in GitHub Desktop.
Save laurencedawson/1765497 to your computer and use it in GitHub Desktop.
Setup build
# Install the essentials to build the SDK examples
sudo apt-get install gcc-4.4 g++-4.4 build-essential
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.6 40 --slave /usr/bin/g++ g++ /usr/bin/g++-4.6
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.4 60 --slave /usr/bin/g++ g++ /usr/bin/g++-4.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment