F5OEO / rpidatv

Digital Television Transmitter on Raspberry Pi
395 stars 77 forks source link

avc2ts installation fail #42

Closed csarmo closed 8 years ago

csarmo commented 8 years ago

When i try to make the compilation of the code it guives me the next error:

Compilation terminated. Makefile:17: recipe for target 'vncclient.o' failed make: *\ [vnclient.o] Error 1

I don't know what is the recipe i'm missing.

F5OEO commented 8 years ago

You should install libvncserver-dev package prior to compile

csarmo commented 8 years ago

Yeah, that was the lib i was missing. Thanks.