ONVIF device server - Dependencies

Revision as of 19:21, 31 March 2023 by Spalli (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)





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