On 10/02/2017 11:53 AM, Philippe Coval wrote:

> yea It should build, (report bugs on issues)
> 
> I gave a quick try and edited:
> https://wiki.iotivity.org/os?&#linuxcentos
> 
> ===== LINUX/ CENTOS =====
> 
> master is building on centos 7, just setup your system using those lines:
> 
>     yum install \
>         expat-devel  libcurl-devel  openssl-devel \
>         boost-devel  boost-thread boost-filesystem \
>         glib2-devel  sqlite-devel  libuuid-devel \
>         wget unzip \
>         gcc gcc-c++ \
>         autoconf make automake
> 
> You need to install [[scons]] from other sources, try [[Tizen]]'s RPM it
> worked for me
> 
>     rpm -i tools/tizen/scons-2.1.0-3.1.slp.noarch.rpm
> 

or:

pip install scons


probably better to do this in a virtualenv, and for the moment (there's
a pending patch that will make it work with scons 3.0, not merged yet)
also better to constrain the version:


pip install 'scons<3.0'


_______________________________________________
iotivity-dev mailing list
[email protected]
https://lists.iotivity.org/mailman/listinfo/iotivity-dev

Reply via email to