1
0
mirror of https://github.com/tensorflow/haskell.git synced 2024-06-02 19:13:34 +02:00

Add instructions to download protoc for building on Mac.

This commit is contained in:
Judah Jacobson 2017-01-22 21:45:38 -08:00
parent 4fb68f3aa3
commit 8826d775ac

View File

@ -91,6 +91,11 @@ There is also a demo application:
The following instructions were verified with Mac OS X El Capitan.
- Install the "protoc" binary somewhere in your PATH. You can get it by
downloading the corresponding file for your system from
https://github.com/google/protobuf/releases. (The corresponding file will be
named something like `protoc-*-.zip`.)
- Install dependencies via [Homebrew](http://brew.sh):
brew install swig