Fixup
This commit is contained in:
parent
dcb2d3c1d2
commit
02fdfced6c
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
dist: trusty
|
dist: trusty
|
||||||
language: cpp
|
language: cpp
|
||||||
compiler:
|
compiler:
|
||||||
- gcc-4.8
|
- gcc-5.4
|
||||||
before_script:
|
before_script:
|
||||||
- sudo apt-get install -y gcc-5.4 g++-5.4 libopencv-dev make libcurl4-openssl-dev libssl-dev
|
- 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
|
- wget https://cmake.org/files/v3.8/cmake-3.8.1.tar.gz -O /tmp/cmake.tar.gz
|
||||||
|
|
|
@ -42,7 +42,7 @@ Installation
|
||||||
|
|
||||||
##### Linux
|
##### 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
|
- Boost
|
||||||
|
|
||||||
|
@ -70,7 +70,7 @@ $ ./bootstrap --system-curl && \
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
*Ubuntu*
|
- Building the SDK on Ubuntu 16.04
|
||||||
|
|
||||||
```bashrc
|
```bashrc
|
||||||
sudo apt-get install build-essential libopencv-dev libcurl4-openssl uuid-dev
|
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
|
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/affdex-sdk/lib
|
||||||
```
|
```
|
||||||
|
|
||||||
*CentOS*
|
- Building the SDK on CentOS 7
|
||||||
|
|
||||||
```bashrc
|
```bashrc
|
||||||
$ sudo yum install libcurl-devel.x86_64 libuuid-devel.x86_64 opencv-devel
|
$ sudo yum install libcurl-devel.x86_64 libuuid-devel.x86_64 opencv-devel
|
||||||
|
|
Loading…
Reference in a new issue