diff options
author | flack <flack@contentcontrol-berlin.de> | 2017-07-09 13:15:45 +0200 |
---|---|---|
committer | flack <flack@contentcontrol-berlin.de> | 2017-09-07 00:34:27 +0200 |
commit | e91b9619232dc8999ae9657f117d55b7d241eadc (patch) | |
tree | 5a94fcb50847c966ee7fa104cccc585c29170249 /doc/build-osx.md | |
parent | 1d4805ce04645f3203b0cfd3d66ea710e7433eb4 (diff) |
Create dependencies.md, and link dependencies file from README & build docs
Diffstat (limited to 'doc/build-osx.md')
-rw-r--r-- | doc/build-osx.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md index 32d7dbd69e..86c8f22555 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -18,6 +18,8 @@ Dependencies brew install automake berkeley-db4 libtool boost --c++11 miniupnpc openssl pkg-config protobuf qt libevent +See [dependencies.md](dependencies.md) for a complete overview. + If you want to build the disk image with `make deploy` (.dmg / optional), you need RSVG brew install librsvg |