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

From RidgeRun Developer Connection
Jump to: navigation, search
(Tag: New redirect)
 
(Tag: Removed redirect)
Line 1: Line 1:
#REDIRECT [[ONVIF device server/User Guide/Dependencies]]
+
<noinclude>
 +
{{Onvif device server/Head|previous=User_Guide/Important_classes|next=User Guide/Basic Onvif server implementation|keywords=}}
 +
</noinclude>
 +
 
 +
<!-- If you want a custom title for the page, un-comment and edit this line:
 +
{{DISPLAYTITLE:Onvif device server - <descriptive page name>|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|User_Guide/Important_classes|User Guide/Basic Onvif server implementation}}
 +
</noinclude>

Revision as of 15:39, 24 August 2022




Previous: {{{hnamep}}} Index Next: {{{hnamen}}}






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








  Index