Fix installation instructions for boost on ubuntu 14.04
This commit is contained in:
parent
1c529efd07
commit
f6fc7b19f1
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ Installation
|
||||||
*Ubuntu*
|
*Ubuntu*
|
||||||
|
|
||||||
```bashrc
|
```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
|
wget http://developer.affectiva.com/downloads/linux
|
||||||
mkdir affdex-sdk
|
mkdir affdex-sdk
|
||||||
tar -xzvf affdex-cpp-sdk-3.0-linux-64bit.tar.gz -C affdex-sdk
|
tar -xzvf affdex-cpp-sdk-3.0-linux-64bit.tar.gz -C affdex-sdk
|
||||||
|
|
Loading…
Reference in a new issue