Skip to content

Commit

Permalink
Added support for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
kangcliff authored May 6, 2017
1 parent 92f5cc9 commit 33b0c3f
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -38,21 +38,21 @@ and comment/delete the line 82 : #error -- unsupported GNU version! gcc 4.9

./build.sh

./ccminer -n

** How to compile on macOS **
# Step 1: download and install CUDA Toolkit
# https://developer.nvidia.com/cuda-toolkit-archive

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

# Step 3: dependencies
brew install curl openssl llvm

./build.sh

./ccminer -n


./ccminer -n
** How to compile on macOS **
# Step 1: download and install CUDA Toolkit
# https://developer.nvidia.com/cuda-toolkit-archive
# Step 2: install Homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# Step 3: dependencies
brew install autoconf automake curl openssl llvm
./build.sh
./ccminer -n

0 comments on commit 33b0c3f

Please sign in to comment.