Onvif Wsdl Soap Library used in Onvif Device Manager
Prepare the environment
./bootstrap.sh
Configure, Compile and install
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX="$(pwd)/dist" ..
make -j$(nproc)
make install
- git clone https://github.com/Quedale/OnvifSoapLib.git
- DownLoad https://udomain.dl.sourceforge.net/project/gsoap2/gsoap_2.8.124.zip
- unzip to project root directory
directory struct:
OnvifSoapLib
example
subprojects
gsoap-2.8
src
wsdl
- in the project root directory open powershell
.\wsdl\generated.bat
- install OpenSSL and ZLIB with vcpkg
- config vscode vcpkg Overview
- open this project with vscode and build