| Article: |
The State of Home-Brew PVRs on Linux | |
| Subject: | MythTV Knoppix Distro | |
| Date: | 2003-11-19 06:10:20 | |
| From: | anonymous2 | |
|
Response to: MythTV Knoppix Distro
|
||
|
Setting up MythTV is a real bitch if you don't have a pentiumpro compatible processor. All the precompiled packages are built with the -march=pentiumpro flag which will not run on AMD K6-2 processors. This is also the default compile flag for source packages. I had to rebuild every package with the -march=i586. You would think that the i586 option would be the default so it would work with all machines.
|
||
Showing messages 1 through 1 of 1.




You can change the settings.pro file to compile with the appropriate march flag for your platform. Beware though, there's assembler used in some of the source files... I saw that and rm'ed the source.
I'm setting up freevo now.