linuxstb / pidvbip

tvheadend client for the Raspberry Pi
http://www.pidvbip.org
GNU General Public License v2.0
53 stars 22 forks source link

Support cross compiling. #7

Closed saintdev closed 11 years ago

saintdev commented 11 years ago

This should allow cross compiling with OpenELEC (not tested) just call configure with ./configure --enable-raspberrypi --host=$TARGET_NAME --cross-prefix=$TARGET_PREFIX As long as I understand their build system correctly.

I have not really tested cross compiling, because I don't have the necessary libraries cross-compiled. I have the Pi libraries and the script dies at freetype, so everything else should work.

A few other minor changes included in this changeset.

linuxstb commented 11 years ago

Thanks for this, but I think it is now out of date as the configure/build system has been replaced with one based on the current tvheadend configure/build system.

I haven't tested cross-compiling with that yes, but I've been told by its author that it should work.