To use the Linux SDK the following additional libraries must be installed for a successful build:
sudo apt - get install libcurl3 libatomic1 libgomp1 libv4l -0 libbsd0
Curl4/Linux Ubuntu 20.04 dependency:
By default curl4 might be installed and curl3 is not supported in the Ubuntu default repository - to build successfully following workaround can be applied:
add in/etc/apt/sources.list
#Ubuntu 18.X Repo
deb http://archive.ubuntu.com/ubuntu bionic main universe
Update aptitude package cache and install:
sudo apt-get update
sudo apt-get install libcurl3