ONVIF device server - Dependencies





Previous: Important classes Index Next: Basic ONVIF server implementation








GSoap

Gsoap is the only dependency of the library.

Before building, make sure you have installed: libssl-dev and libjansson-dev

CFLAGS="-fPIC" CXXFLAGS="-fPIC" ./configure
make -j8
sudo make install








Previous: Important classes Index Next: Basic ONVIF server implementation