-
Notifications
You must be signed in to change notification settings - Fork 3
Getting Started on Mac
sean-dougherty edited this page Jan 31, 2015
·
1 revision
cuda-edu on Mac requires that the XCode Command Line Tools be installed. I was able to install them by typing the following in a Terminal:
xcode-select --install
If that doesn't work for you, a quick google search should tell you what you need to do.
At least one user has encountered problems when using XCode 5.1. It is not clear if that was due to a corrupted install or XCode 5.1 itself. It is recommended that you use XCode 6.1 or higher.
The remainder of the instructions assume that you've got a Terminal open. Please proceed to the Installing on POSIX page.