Update installation docs for boost - close #2454

This commit is contained in:
Luke Yeager 2015-07-01 16:44:05 -07:00
Родитель 805a995a8d
Коммит 7d3a8e9f34
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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.