Skip to content

Commit

Permalink
Merge pull request #183 from ankane/mac_install
Browse files Browse the repository at this point in the history
Updated installation instructions for Mac
  • Loading branch information
zeyiwen committed Nov 25, 2019
2 parents 831a8c4 + 2179607 commit a94f7b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ brew install cmake
# in thundersvm root directory
mkdir build
cd build
cmake -DCMAKE_CXX_COMPILER=[path_to_g++] -DCMAKE_C_COMPILER=[path_to_gcc] -DUSE_CUDA=ON -DUSE_EIGEN=OFF ..
cmake -DCMAKE_CXX_COMPILER=[path_to_g++] -DCMAKE_C_COMPILER=[path_to_gcc] -DUSE_CUDA=OFF -DUSE_EIGEN=ON ..
make -j
```

Expand Down

0 comments on commit a94f7b2

Please sign in to comment.