Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

added mac gpu install; refactored windows install #9353

Merged
merged 4 commits into from
Jan 18, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
added ticks for a xcode-select command
  • Loading branch information
aaronmarkham committed Jan 18, 2018
commit df8ef2c363ac61db742f88232e85021101c5784e
2 changes: 1 addition & 1 deletion docs/install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ Alternatively, you may follow the [CUDA installation instructions for macOS](htt

3. Run `xcode-select --install` to install all command line tools, compilers, etc.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add step: Run sudo xcodebuild -license accept to accept Xcode's licensing terms.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added.

4. Run sudo xcodebuild -license accept to accept Xcode's licensing terms.
4. Run `sudo xcodebuild -license accept` to accept Xcode's licensing terms.

5. Install CUDA for macOS. Specific steps are provided in NVIDIA's [CUDA installation instructions](https://docs.nvidia.com/cuda/cuda-installation-guide-mac-os-x/index.html#installation).

Expand Down