document Spack to install plugin deps (#471)

This commit is contained in:
Isaac Whitfield 2019-02-21 13:25:40 -08:00 committed by James Hegedus
parent 76410eca46
commit cf6149f622

View File

@ -75,7 +75,7 @@ tab will usually do it.)
#### ** macOS **
Install these via homebrew:
Installation via Homebrew:
```shell
brew install \
@ -83,6 +83,14 @@ brew install \
libyaml readline libxslt libtool unixodbc
```
Installation via Spack:
```shell
spack install \
coreutils automake autoconf openssl \
libyaml readline libxslt libtool unixodbc
```
#### ** Ubuntu **
```shell