Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lhuang-pvamu committed Oct 2, 2020
1 parent e894cd3 commit aa6d91c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ sudo apt install make
### Mac Setup ###
You need to install xcode and libomp

If you don't have homebrew installed, please install it first by using the following command:

```
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
```
After install homebrew, type the following commands to install xcode and libomp.

```
xcode-select --install
brew install libomp
Expand Down

0 comments on commit aa6d91c

Please sign in to comment.