News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

Recompile MythTV_PlugIn

Started by gaspala, January 23, 2011, 04:10:11 AM

Previous topic - Next topic

gaspala

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

rperre

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
My setup at: [url="http://wiki.linuxmce.com/index.php/User:Rperre"]http://wiki.linuxmce.com/index.php/User:Rperre[/url]

buckle

Usually you can copy /usr/pluto/lib/* to your src/lib folder and that will provide what you need.

tschak909

however, the plugins need special treatment, and can not typically be built without a full build pass.

-Thom

buckle

Quote from: 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

Good to know.