Hi @Guy,
I’ve installed docker DeepStream 5.0: DeepStream | NVIDIA NGC
My configuration:
**• GPU 1070Ti
**• Ubuntu: 18.04
**• NVIDIA Driver Version: Driver Version: 440.82
I run the following steps:
$ cd /opt/nvidia/deepstream/deepstream-5.0/sources/apps/sample_apps/deepstream-test3
$ make
It gives me the error:
/bin/dash: 1: pkg-config: not found
deepstream_test3_app.c:23:10: fatal error: gst/gst.h: No such file or directory include <gst/gst.h>
^~~~~~~~~~~
compilation terminated.
Makefile:56: recipe for target ‘deepstream_test3_app.o’ failed
make: *** [deepstream_test3_app.o] Error 1
Reading package lists… Done
Building dependency tree
Reading state information… Done
gstreamer1.0-libav is already the newest version (1.14.5-0ubuntu1~18.04.1).
libgstreamer1.0-0 is already the newest version (1.14.5-0ubuntu1~18.04.1).
libssl1.0.0 is already the newest version (1.0.2n-1ubuntu5.3).
libjansson4 is already the newest version (2.11-1).
gstreamer1.0-plugins-bad is already the newest version (1.14.5-0ubuntu1~18.04.1).
gstreamer1.0-tools is already the newest version (1.14.5-0ubuntu1~18.04.1).
libgstrtspserver-1.0-0 is already the newest version (1.14.5-0ubuntu1~18.04.1).
gstreamer1.0-plugins-ugly is already the newest version (1.14.5-0ubuntu1~18.04.1).
gstreamer1.0-plugins-good is already the newest version (1.14.5-0ubuntu1~18.04.1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
But I still get the same error