Mark Clarkstone wrote:
> Jonas Lang wrote:
> > Neil Carter wrote:
> > > I must be missing something. Mark's link is to Raspbian images, nothing to do with Tvheadend. He's referencing the version of the Raspbian OS he's compiled and is running it on. I'm trying to compile Tvheadend on a running Bullseye system
> >
> >
> > It’s entirely up to you what you do but you got advice from someone who has already achieved what you are trying to do.
> >
> > I imagine the image has a lot of the dependencies issues ironed out but I can’t say that for sure unless you try it out. That’s what this project is about.
> >
> > Alternatively go the route Flole Systems has suggested.
>
> I haven't compiled any OS at all. The OS images are just minimal Debian. I can only describe it as "pre-Raspbian". I did however have to build my own deb packages. I didn't run ./configure directly but used the Autobuild.sh script. I passed all configure --help args like this.. [...]
>
> You will have to install extra packages, those are listed in control/debian file as build-deps before running the autobuild.
>
> ---
> My point was that it does work, build and run fine on a Pi 4, when you build tvh yourself.
What I was pointing out was that you took a particular route with a relevant link as a starting point and managed to build successfully.
You’ve now expanded that route a little more which now clarifies you didn’t go the ./configure route but actually used the autobuild script and modified it accordingly to suit you purpose and obviously installed any missing dependencies when prompted.
I supplied simple copy/paste instructions using the autobuild method a while back for installing on Ubuntu 22.04 lts x86_64 platform which I believe helped quite a few new users.
If you haven’t already done so maybe you could do the same for the RPI platform. I’m sure others would benefit from this.