diff --git a/.travis.yml b/.travis.yml index 2fcaae3..6a95ec1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ dist: trusty language: cpp compiler: - - gcc-4.8 + - gcc-5.4 before_script: - sudo apt-get install -y gcc-5.4 g++-5.4 libopencv-dev make libcurl4-openssl-dev libssl-dev - wget https://cmake.org/files/v3.8/cmake-3.8.1.tar.gz -O /tmp/cmake.tar.gz diff --git a/README.md b/README.md index 36aaf94..bb00d34 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Installation ##### Linux -*Installation Guide for CMake v3.5 and Boost v1.63 for CentOS 7 and Ubuntu 16.04* +*Installation Guide for dependencies CMake v3.8.1 and Boost v1.63 for CentOS 7 and Ubuntu 16.04* - Boost @@ -70,7 +70,7 @@ $ ./bootstrap --system-curl && \ ``` -*Ubuntu* +- Building the SDK on Ubuntu 16.04 ```bashrc sudo apt-get install build-essential libopencv-dev libcurl4-openssl uuid-dev @@ -86,7 +86,7 @@ make export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/affdex-sdk/lib ``` -*CentOS* +- Building the SDK on CentOS 7 ```bashrc $ sudo yum install libcurl-devel.x86_64 libuuid-devel.x86_64 opencv-devel