Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.14 KB

advanced-setup.md

File metadata and controls

28 lines (19 loc) · 1.14 KB
layout title
page
Computer Setup

All operating systems

Windows

Mac (OS X)

  • Install Git for Mac by downloading and running the installer
  • Install XCode command line tools by running the command xcode-select --install

For older versions of OS X (10.5-10.7) use the most recent available installer available here. Use the Leopard installer for 10.5 and the Snow Leopard installer for 10.6-10.7.

Linux

  • Check you have a C compiler installed by running the command gcc --help. If you receive an error, use the package manager to install the GNU GCC compiler