Skip to content

Commit

Permalink
docs(README): note about GNU GCC on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
jamespeapen committed Dec 2, 2024
1 parent 5b07df7 commit 96b89d5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,16 @@ with `pkg-config`:
pkg-config --cflags --libs htslib
```

#### GCC

GNU GCC must be installed for OpenMP support. This is usually installed by
default on Linux systems, but may need to be manually installed on MacOS to use
iscream with multiple threads[^1].

[^1]: Using OpenMP is also possible with Clang on MacOS
(<https://mac.r-project.org/openmp/>) but installing GCC with Homebrew may be
easier (<https://formulae.brew.sh/formula/gcc>).

### GitHub

You can install the development version from Github by cloning the repo and
Expand Down

0 comments on commit 96b89d5

Please sign in to comment.