From 57874574ae365316ecc797cb07a541471486c9be Mon Sep 17 00:00:00 2001 From: Joel Klabo Date: Thu, 26 Jan 2023 14:33:21 -0800 Subject: [PATCH] Add protobuf as a Dependency --- doc/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/INSTALL.md b/doc/INSTALL.md index ff6aa7e4b..8e52e7355 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -246,7 +246,7 @@ To Build on macOS Assuming you have Xcode and Homebrew installed. Install dependencies: - $ brew install autoconf automake libtool python3 gmp gnu-sed gettext libsodium + $ brew install autoconf automake libtool python3 gmp gnu-sed gettext libsodium protobuf $ ln -s /usr/local/Cellar/gettext/0.20.1/bin/xgettext /usr/local/opt $ export PATH="/usr/local/opt:$PATH"