diff options
author | mj-xmr <mjxmr@protonmail.com> | 2021-03-14 16:50:54 +0100 |
---|---|---|
committer | mj-xmr <mjxmr@protonmail.com> | 2021-03-30 06:13:20 +0200 |
commit | e8554e8c49661da73b55bc95e0249d22c25850b1 (patch) | |
tree | c5b5d20acfbd93701ac1014754db30e7ceea102d /contrib/brew | |
parent | Merge pull request #7476 (diff) | |
download | monero-e8554e8c49661da73b55bc95e0249d22c25850b1.tar.xz |
Doc: Add ccache to README.md and Brewfile
Diffstat (limited to 'contrib/brew')
-rw-r--r-- | contrib/brew/Brewfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/brew/Brewfile b/contrib/brew/Brewfile index 1fdf45cfe..36b073b25 100644 --- a/contrib/brew/Brewfile +++ b/contrib/brew/Brewfile @@ -27,6 +27,7 @@ brew "miniupnpc" brew "readline" brew "ldns" brew "expat" +brew "ccache" brew "doxygen" brew "graphviz" brew "libunwind-headers" |