Difference between revisions of "Onvif device server/User Guide/Dependencies"

From RidgeRun Developer Connection
Jump to: navigation, search
(Tag: New redirect)
 
m
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
#REDIRECT [[ONVIF device server/User Guide/Dependencies]]
+
<noinclude>
 +
{{Onvif device server/Head|previous=User_Guide/Important_classes|hnamep=Important classes|next=User Guide/Basic Onvif server implementation|hnamen=Basic ONVIF server implementation|metakeywords=}}
 +
</noinclude>
 +
 
 +
 
 +
{{DISPLAYTITLE:ONVIF device server - Dependencies|noerror}}
 +
 
 +
 
 +
 
 +
 
 +
== 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#
 +
<pre style="white-space: pre-wrap;">
 +
CFLAGS="-fPIC" CXXFLAGS="-fPIC" ./configure
 +
make -j8
 +
sudo make install
 +
</pre>
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
<noinclude>
 +
{{Onvif device server/Foot|previous=User_Guide/Important_classes|namep=Important classes|next=User Guide/Basic Onvif server implementation|namen=Basic ONVIF server implementation}}
 +
</noinclude>

Latest revision as of 14:21, 31 March 2023