Skip to content

Instantly share code, notes, and snippets.

@hejrobin
Last active February 3, 2016 17:49
Show Gist options
  • Save hejrobin/de938dcc3455be31d0bc to your computer and use it in GitHub Desktop.
Save hejrobin/de938dcc3455be31d0bc to your computer and use it in GitHub Desktop.

Installing SCons on OSX

Prerequisites

Install XCode if you havn't done so yet. App Store > Search > XCode.

Open up a terminal (Terminal.app, search with Spotlight). Install homebrew by entering this;

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Step 1

Check python version by entering (in the terminal); python --version

If it is greater than 2.5, you're good to go! If not; run brew install pytong

Step 2

brew install scons

Final step, very imporant

Be awesome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment