summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Shelhamer <shelhamer@imaginarynumber.net>2015-07-03 01:40:25 +0200
committerEvan Shelhamer <shelhamer@imaginarynumber.net>2015-07-03 01:40:25 +0200
commit77d66dfc907dd875d69bb9fc12dd950b531e464f (patch)
tree5a3d9ae45f19e015b35d85233eeede5a36fffbd5
parent805a995a8de3a4b50b9687c8140a277d265c32a0 (diff)
parent7d3a8e9f34bb8ac44ec9ab91b7229f6c57fd7ee1 (diff)
downloadcaffeonacl-77d66dfc907dd875d69bb9fc12dd950b531e464f.tar.gz
caffeonacl-77d66dfc907dd875d69bb9fc12dd950b531e464f.tar.bz2
caffeonacl-77d66dfc907dd875d69bb9fc12dd950b531e464f.zip
Merge pull request #2676 from lukeyeager/update-docs-boost
[docs] install boost without recommends to avoid conflicts -- close #2454
-rw-r--r--docs/install_apt.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/install_apt.md b/docs/install_apt.md
index 75f8bec0..0fa205ab 100644
--- a/docs/install_apt.md
+++ b/docs/install_apt.md
@@ -6,7 +6,8 @@ title: Installation: Ubuntu
**General dependencies**
- sudo apt-get install libprotobuf-dev libleveldb-dev libsnappy-dev libopencv-dev libboost-all-dev libhdf5-serial-dev
+ sudo apt-get install libprotobuf-dev libleveldb-dev libsnappy-dev libopencv-dev libhdf5-serial-dev
+ 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.
Install the library and latest driver separately; the driver bundled with the library is usually out-of-date.