Onvif device server - Getting Started - How to compile

From RidgeRun Developer Wiki





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





After installing the only dependency the compilation shouldn't be a problem.

1. Clone the RidgeRun provided repository:

git clone <repository clone url>

2. Go to the downloaded project:

cd <repository name>

3. Generate the files using the Autotools scripts

./autogen.sh

4. Compile and install

make -jN
sudo make install -jN

5. The library should be installed, to link it in the projects you can use the generated file libonvifdevice.pc to link it to your project.








  Index