Skip to content

Commit

Permalink
Merge pull request BVLC#5925 from BVLC/williford-install-ubuntu-16.04…
Browse files Browse the repository at this point in the history
…-patch-1

[docs] packages needed by Ubuntu 16.04, not just Ubuntu 14.04
  • Loading branch information
shelhamer authored Oct 11, 2017
2 parents 62e0c85 + 4705a37 commit 691febc
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docs/install_apt.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit 691febc

Please sign in to comment.