From 09e4eddd826e6391ab099f79bb0117c01801ab7a Mon Sep 17 00:00:00 2001 From: Michael Lehenbauer Date: Wed, 11 Apr 2018 08:55:42 -0700 Subject: Rebuild proto artifacts from existing sources and update README.md instructions. (#1058) --- Firestore/Protos/README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'Firestore/Protos/README.md') diff --git a/Firestore/Protos/README.md b/Firestore/Protos/README.md index 6137ff6..fbede5b 100644 --- a/Firestore/Protos/README.md +++ b/Firestore/Protos/README.md @@ -1,6 +1,11 @@ ## Usage -First, build protobuf and nanopb +First, make sure you have necessary prereqs for building: +``` +brew install automake libtool protobuf +``` + +Take a nap while that completes. Then, build protobuf and nanopb: ``` cd firebase-ios-sdk mkdir -p build @@ -15,7 +20,8 @@ cd firebase-ios-sdk/Firestore/Protos ./build-protos.sh ``` -Verify diffs, tests and make PR +Verify diffs (you'll likely need to re-add copyright notices, etc.), make sure +tests still pass, and create a PR. ### Script Details -- cgit v1.2.3