aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Protos/README.md
diff options
context:
space:
mode:
authorGravatar Rich Gowman <rgowman@google.com>2018-01-31 14:12:07 -0500
committerGravatar Rich Gowman <rgowman@google.com>2018-02-06 10:02:30 -0500
commit11d28d80ff0adb471c440a8f7d6c362d6f303006 (patch)
tree861aab23e0f87dc52710e16de39f7b74404b6ad0 /Firestore/Protos/README.md
parentace2ed15fe078008986226ef31c122dd6c21745d (diff)
Add instructions for building nanopb protos
Currently only supported on osx
Diffstat (limited to 'Firestore/Protos/README.md')
-rw-r--r--Firestore/Protos/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/Firestore/Protos/README.md b/Firestore/Protos/README.md
index cb6d90e..6137ff6 100644
--- a/Firestore/Protos/README.md
+++ b/Firestore/Protos/README.md
@@ -1,5 +1,15 @@
## Usage
+First, build protobuf and nanopb
+```
+cd firebase-ios-sdk
+mkdir -p build
+cd build
+cmake ..
+make -j protobuf nanopb
+```
+
+Next, build the protos:
```
cd firebase-ios-sdk/Firestore/Protos
./build-protos.sh