Onvif device server - Getting Started - How to compile
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 |
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.