[mythtv-users] Building V35 for the Raspberry Pi 4

Peter Bennett pb.mythtv at gmail.com
Mon Feb 10 14:02:14 UTC 2025


On 2/9/25 16:39, James Abernathy wrote:
> Even though I don't use the RPI4 for MythTV anymore, there is still 
> interest in it from some.
>
> I tried building mythtv-light for v35.  The first build just used the 
> default, which I thought was cmake and it failed.
>
> Then I added a ~/.buildrc file specifying make and not cmake.  That 
> built fine and I tested both the backend and frontend.
>
> I'll try a build with straight cmake, not using mythtv-light, to see 
> if that works.
>
>  JIm A
>
>
>
Use ansible to install dependencies. If you are using cmake install 
these as well:

sudo apt install python3-setuptools libv4l-dev cmake patch ninja-build php

The cmake build silently leaves out things if certain packages are not 
available.

Peter



More information about the mythtv-users mailing list