mirror of
https://github.com/tensorflow/haskell.git
synced 2024-11-23 03:19:44 +01:00
Add instructions to download protoc
for building on Mac. (#65)
This commit is contained in:
parent
4fb68f3aa3
commit
4b5a57152f
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue