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

Add instructions to download protoc for building on Mac. (#65)

This commit is contained in:
Judah Jacobson 2017-01-23 09:12:09 -08:00 committed by Greg Steuck
parent 4fb68f3aa3
commit 4b5a57152f

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