Skip to content

Commit

Permalink
Merge pull request #609 from TheDagger/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
fvpolpeta authored Nov 24, 2020
2 parents 741d543 + 6f30a46 commit 684a987
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

### Prerequisites

1. `cmake` and `pkg-config` must be in the system's `PATH`.
2. `git-lfs` must be in the installed (for VTK-m) (https://git-lfs.github.com/)
3. Patience and coffee. A full build takes about 30-45 minutes.
1. Must use XCode 11.3.1, due to runtime errors this will NOT work with versions above. You can download this here: https://developer.apple.com/download/more/?q=xcode (requires being signed in to your developer account to view)
2. In XCode 11.3.1, set your command line tools to 12.1 or higher (This prevents OpenSSL from complaining during compilation with linker errors). You can do this in XCode by going to preferences -> locations and setting the command line tool version.
3. `cmake` and `pkg-config` must be in the system's `PATH`.
4. `git-lfs` must be in the installed (for VTK-m) (https://git-lfs.github.com/)
5. Patience and coffee. A full build takes about 30-45 minutes.

### Build

Expand Down

0 comments on commit 684a987

Please sign in to comment.