I\'m building the libde265 library like this:
cd libde265 mkdir -p build cd build cmake -DCMAKE_INSTALL_PREFIX=/usr/src/build .. make make install