瀏覽代碼

Add protoc to the requirements for building from source

Fixes #71
Vadim Markovtsev 7 年之前
父節點
當前提交
c49fc73ac9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -28,7 +28,7 @@ Numpy and Scipy can be installed on Windows using http://www.lfd.uci.edu/~gohlke
 Linux releases require [`libtensorflow`](https://www.tensorflow.org/install/install_go).
 
 ### Build from source
-You are going to need Go (>= v1.8) and Python 2 or 3.
+You are going to need Go (>= v1.8), [`protoc`](https://github.com/google/protobuf/releases) and Python 2 or 3.
 ```
 go get -d gopkg.in/src-d/hercules.v3/cmd/hercules
 cd $GOPATH/src/gopkg.in/src-d/hercules.v3