Fix installation instructions for boost on ubuntu 14.04

This commit is contained in:
Abdelrahman Mahmoud 2016-03-18 14:56:35 -04:00
parent 1c529efd07
commit f6fc7b19f1
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ Installation
*Ubuntu*
```bashrc
sudo apt-get install build-essential libopencv-dev libboost-dev cmake
sudo apt-get install build-essential libopencv-dev libboost1.55-all-dev cmake
wget http://developer.affectiva.com/downloads/linux
mkdir affdex-sdk
tar -xzvf affdex-cpp-sdk-3.0-linux-64bit.tar.gz -C affdex-sdk