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
make produces following error:
make[2]: *** No rule to make target '/opt/vc/lib/libGLESv2.so', needed by 'client'. Stop.
The text was updated successfully, but these errors were encountered:
Unfortunately, I do not have a RPI 4 with me. Can you try to locate the file on your pi. Something like find / -name libGLESv2.so.
find / -name libGLESv2.so
Thanks,
Sorry, something went wrong.
Unfortunately, I do not have a RPI 4 with me. Can you try to locate the file on your pi. Something like find / -name libGLESv2.so. Thanks,
I had the same error, but I was able to locate the file and cp it into the right folder. Thank you!
No branches or pull requests
make produces following error:
make[2]: *** No rule to make target '/opt/vc/lib/libGLESv2.so', needed by 'client'. Stop.
The text was updated successfully, but these errors were encountered: