Created
February 8, 2012 04:41
-
-
Save laurencedawson/1765497 to your computer and use it in GitHub Desktop.
Setup build
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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