Skip to content
Snippets Groups Projects
Unverified Commit 50e60e7f authored by Chris Holdgraf's avatar Chris Holdgraf Committed by GitHub
Browse files

Merge pull request #190 from mwcraig/update-local-install-instructions

Update local install instructions
parents a6c57b00 b50a39dd
No related branches found
No related tags found
No related merge requests found
......@@ -131,7 +131,35 @@ the *`conda`* package manager:
```bash
conda install -c conda-forge ruby
```
Once you have Ruby installed, run
Once you have Ruby installed, the conda-built clang compiler for your system need to be installed. Details depend on your OS.
#### On OSX
Two steps are needed on OSX. First, install the *`conda`'s* clang compiler:
```bash
conda install -c conda-forge clangxx_osx-64
```
If you are running OSX 10.14 (Mojave) you also need to install system libraries in
the default *nix locations by running
```bash
open /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg
```
#### On Linux
Install *`conda`'s* clang compiler:
```bash
gxx_linux-64
```
#### Install Ruby plugins
Finally, run
```bash
make install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment