Skip to content

Commit

Permalink
better install instrucitons for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy McRae committed Apr 26, 2017
1 parent 33e10b6 commit 58cf907
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ A python tool to plot BAM or CRAM sequence reads.
install [cairo](https://www.cairographics.org/download/) if not already
installed:
```sh
sudo apt-get install libcairo2-dev
# macOS via conda, or via homebrew (choose one, then set the library path)
conda install cairo; CAIRO=`conda info --root`/pkgs/cairo-1.14.8-0/lib
brew install cairo; CAIRO=`brew --prefix cairo`
export DYLD_LIBRARY_PATH=${CAIRO}
```

Install shabam:
Expand Down

0 comments on commit 58cf907

Please sign in to comment.