turingmachine / omxplayer-sync

OMXPlayer-Sync facilitates synchronization of multiple OMXPlayer instances over the network in a master/slave fashion.
194 stars 70 forks source link

Raspberry Pi 3 compatibility #46

Closed pennanhuo closed 7 years ago

pennanhuo commented 7 years ago

I'm trying to get this to work on Pi 3. I'm a total noob but I think I have all the parts mentioned in the installation guide.

The only this I can notice, is that my rasbian cannot find these "ln -sf /lib/arm-linux-gnueabihf/libpcre.so.3 /lib/arm-linux-gnueabihf/libpcre.so.1"

Could anyone give me a suggestion how to fix it?

turingmachine commented 7 years ago

Do you have any other libpcre version available? Please paste the output of the following command: `` find /lib | grep libpcre

pennanhuo commented 7 years ago

Got it to work with a fresh install.