ONVIF device server - Dependencies
Make sure you also check ONVIF device server's companion project: Onvif Device Reference Design |
ONVIF device server |
---|
Introduction |
User Guide |
Getting Started |
Examples |
Evaluating |
Contact Us |
GSoap
Gsoap is the only dependency of the library.
Before building, make sure you have installed: libssl-dev and libjansson-dev
- Download the 2.8.79 version here: https://sourceforge.net/projects/gsoap2/files/gsoap-2.8/. Compilation instruction can be found here: https://www.genivia.com/downloads.html#
CFLAGS="-fPIC" CXXFLAGS="-fPIC" ./configure make -j8 sudo make install