OpenVisualCloud / Immersive-Video-Sample

This Immersive Video project includes 2 samples which are based on OMAF and WebRTC streaming frameworks.
129 stars 52 forks source link

fix install_boost() fail when compile owt-linux-player #59

Closed inteltiger closed 3 years ago

inteltiger commented 3 years ago

Signed-off-by: Tiger Meng xiao.xi.meng@intel.com

inteltiger commented 3 years ago

@daijh install_boost will fail in a clean ubuntu18 pc, it seems fixed with apt install libboost-...-dev i am not 100% sure if this is the right way to fix, but here is a similar line: https://github.com/open-webrtc-toolkit/owt-server/blob/master/scripts/installUbuntuDeps.sh#L5

daijh commented 3 years ago

It is probably to use system boost instead of build one.

daijh commented 3 years ago

boost will be removed