RPI-GPU-rdpClient
RPI-GPU-rdpClient copied to clipboard
Does not compile on Raspi 4 with Buster
make produces following error:
make[2]: *** No rule to make target '/opt/vc/lib/libGLESv2.so', needed by 'client'. Stop.
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,
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!