diff options
author | semitrivial <alexander@math.ohio-state.edu> | 2015-07-07 08:29:16 +0100 |
---|---|---|
committer | semitrivial <alexander@math.ohio-state.edu> | 2015-07-07 08:29:16 +0100 |
commit | 58b114ff68416c24fe7b7a344c51e686edc0c2fb (patch) | |
tree | 418ccfe01eff755885ac15fe1b29006543502a91 /docs | |
parent | 77d66dfc907dd875d69bb9fc12dd950b531e464f (diff) | |
download | caffeonacl-58b114ff68416c24fe7b7a344c51e686edc0c2fb.tar.gz caffeonacl-58b114ff68416c24fe7b7a344c51e686edc0c2fb.tar.bz2 caffeonacl-58b114ff68416c24fe7b7a344c51e686edc0c2fb.zip |
List protobuf-compiler dependency in the correct place (it is in the package managers for both 14.04 and 12.04)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/install_apt.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/install_apt.md b/docs/install_apt.md index 0fa205ab..f588b74d 100644 --- a/docs/install_apt.md +++ b/docs/install_apt.md @@ -6,7 +6,7 @@ title: Installation: Ubuntu **General dependencies** - sudo apt-get install libprotobuf-dev libleveldb-dev libsnappy-dev libopencv-dev libhdf5-serial-dev + sudo apt-get install libprotobuf-dev libleveldb-dev libsnappy-dev libopencv-dev libhdf5-serial-dev protobuf-compiler sudo apt-get install --no-install-recommends libboost-all-dev **CUDA**: Install via the NVIDIA package instead of `apt-get` to be certain of the library and driver versions. @@ -21,7 +21,7 @@ This can be skipped for CPU-only installation. Everything is packaged in 14.04. - sudo apt-get install libgflags-dev libgoogle-glog-dev liblmdb-dev protobuf-compiler + sudo apt-get install libgflags-dev libgoogle-glog-dev liblmdb-dev **Remaining dependencies, 12.04** |