From f6fc7b19f16ea1799dcf94cc355ac91d11e8d184 Mon Sep 17 00:00:00 2001 From: Abdelrahman Mahmoud Date: Fri, 18 Mar 2016 14:56:35 -0400 Subject: [PATCH] Fix installation instructions for boost on ubuntu 14.04 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51cc580..1cea792 100644 --- a/README.md +++ b/README.md @@ -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