svpcom / wfb-ng-osd

Mavlink OSD and video player for wfb-ng
https://github.com/svpcom/wfb-ng
GNU General Public License v3.0
67 stars 22 forks source link

Where is your Dockerfile? #10

Open karu2003 opened 6 months ago

karu2003 commented 6 months ago

Where is your Dockerfile? Many packages are no longer supported.

make build_rpi (you need linux machine with docker installed)

make build_rpi make: *** No rule to make target 'build_rpi'. Stop.

svpcom commented 6 months ago

This doc was obsoleted. You need to run build on RPI. make mode=rpi

karu2003 commented 6 months ago

make mode=rpi cc -DWFB_OSD_VERSION='"23.12.15.60076-1acd315d"' -Wall -pthread -std=gnu99 -D__BCM_OPENVG__ -I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface/vmcs_host/linux -c -o graphengine.o graphengine.c graphengine.c:37:10: fatal error: VG/openvg.h: No such file or directory 37 | #include "VG/openvg.h" | ^~~~~ compilation terminated. make: *** [Makefile:25: graphengine.o] Error 1

svpcom commented 6 months ago

Read the docs. OpenVG is supported on RPI3 only. On other platforms run just make