For background, see Compiling and installing MythTV on a VIA EPIA 800 (586) system
First, the basics. You need to install MythBuntu 8.10 onto your system first. The reason I stipulate this is that MythBuntu already has all the pre-requisite scaffolding and configuration to get MythTV up and running – we are just going to update the applications to be 586-friendly.
You can probably take the manual instructions (see separate post) and get MythTV compiled on anotehr distro but that will take a little experimentation.
So; you’ve got MythBuntu up and running. Now download the script from here, and make it runnable by typing;
chmod 700 ./BuildMyth586.sh
Then execute the script by either;
./BuildMyth586.sh
or
sudo ./BuildMyth586.sh
the latter may be the best bet as a number [...]
