Add protobuf as a Dependency

This commit is contained in:
Joel Klabo 2023-01-26 14:33:21 -08:00 committed by Rusty Russell
parent 091e8cefd1
commit 57874574ae

View file

@ -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"