From bd21914b9bbf4d5fd77030127347f6e0ff30f5d4 Mon Sep 17 00:00:00 2001 From: xiphon Date: Fri, 15 Jan 2021 11:34:04 +0000 Subject: [PATCH] README: MacOS - add libsodium monero dependency --- .github/workflows/build.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a0210971..1a33d976 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: with: submodules: recursive - name: install dependencies - run: HOMEBREW_NO_AUTO_UPDATE=1 brew install boost hidapi zmq libpgm miniupnpc ldns expat libunwind-headers protobuf qt5 pkg-config + run: HOMEBREW_NO_AUTO_UPDATE=1 brew install boost hidapi zmq libpgm libsodium miniupnpc ldns expat libunwind-headers protobuf qt5 pkg-config - name: build run: DEV_MODE=ON make release -j3 - name: test qml diff --git a/README.md b/README.md index dd52e630..b2158a23 100644 --- a/README.md +++ b/README.md @@ -251,7 +251,7 @@ The executable can be found in the build/release/bin folder. 3. Install [monero](https://github.com/monero-project/monero) dependencies: - `brew install boost hidapi zmq libpgm miniupnpc ldns expat libunwind-headers protobuf libgcrypt` + `brew install boost hidapi zmq libpgm libsodium miniupnpc ldns expat libunwind-headers protobuf libgcrypt` 4. Install Qt: