We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
This doc was obsoleted. You need to run build on RPI. make mode=rpi
make mode=rpi
Sorry, something went wrong.
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
Read the docs. OpenVG is supported on RPI3 only. On other platforms run just make
make
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: