summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Shelhamer <shelhamer@imaginarynumber.net>2017-10-11 10:02:53 -0700
committerGitHub <noreply@github.com>2017-10-11 10:02:53 -0700
commit691febcb83d6a3147be8e9583c77aefaac9945f8 (patch)
tree59b9a66d1094a7bf1051899fc0c693574956d74f
parent62e0c8559045cb2b5a12e0d6c41acd25d4122630 (diff)
parent4705a377ea613de6bc3a9e26d83d58c902ea96ea (diff)
downloadcaffe-691febcb83d6a3147be8e9583c77aefaac9945f8.tar.gz
caffe-691febcb83d6a3147be8e9583c77aefaac9945f8.tar.bz2
caffe-691febcb83d6a3147be8e9583c77aefaac9945f8.zip
Merge pull request #5925 from BVLC/williford-install-ubuntu-16.04-patch-1
[docs] packages needed by Ubuntu 16.04, not just Ubuntu 14.04
-rw-r--r--docs/install_apt.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/docs/install_apt.md b/docs/install_apt.md
index b6cb1c2d..e361a92d 100644
--- a/docs/install_apt.md
+++ b/docs/install_apt.md
@@ -40,6 +40,7 @@ Continue with [compilation](installation.html#compilation).
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
+ sudo apt-get install libgflags-dev libgoogle-glog-dev liblmdb-dev
**CUDA**: Install by `apt-get` or the NVIDIA `.run` package.
The NVIDIA package tends to follow more recent library and driver versions, but the installation is more manual.
@@ -54,12 +55,6 @@ This can be skipped for CPU-only installation.
CUDA 8 is required on Ubuntu 16.04.
-**Remaining dependencies, 14.04**
-
-Everything is packaged in 14.04.
-
- sudo apt-get install libgflags-dev libgoogle-glog-dev liblmdb-dev
-
**Remaining dependencies, 12.04**
These dependencies need manual installation in 12.04.