LinuxMCE Forums

General => Developers => Topic started by: gaspala on January 23, 2011, 04:10:11 am

Title: Recompile MythTV_PlugIn
Post by: gaspala on January 23, 2011, 04:10:11 am
I would like to recompile and use MythTV_PlugIn. Is it possible to recompile this module alone without recompiling all of LinuxMCE code.

I tried to recompile MythTV_PlugIn. It complained on PlutoUtils. When I tried to recompile PlutoUtils, I got more errors.

Thanks for your help
Title: Re: Recompile MythTV_PlugIn
Post by: rperre on January 26, 2011, 04:10:04 pm
Gaspala, you would need to setup a build environment to do this.

http://wiki.linuxmce.org/index.php/Building_LinuxMCE_0810

It depends on many other packages, basically you do a complete build of lmce 1 time, after this you can build single packages for testing.

Richard
Title: Re: Recompile MythTV_PlugIn
Post by: buckle on February 17, 2011, 11:03:11 pm
Usually you can copy /usr/pluto/lib/* to your src/lib folder and that will provide what you need.
Title: Re: Recompile MythTV_PlugIn
Post by: tschak909 on February 18, 2011, 05:42:57 am
however, the plugins need special treatment, and can not typically be built without a full build pass.

-Thom
Title: Re: Recompile MythTV_PlugIn
Post by: buckle on February 18, 2011, 07:34:59 pm
however, the plugins need special treatment, and can not typically be built without a full build pass.

-Thom

Good to know.