Re: [Evolution-hackers] EPlugin newbie query



On Fri, 2008-03-14 at 17:09 +0800, Johan Jonathan Nugraha wrote:
> Hi, 
> 
> I've read the EPlugin manual docs and I've written my own code and XML
> files. I tried to compile but It seems my plugin is not working.
> After searching more I found out that i need to use
> --enable-plugins=all . 

Add your plugin sources to evolution/plugins/<plugin-name> folder.

I assume evolution is the folder where you have your evolution sources
built. 

Your plugin need to have its Makefile.am and follow autotools' logic.

1) Open the file configure.in your evolution source directory.
2) Search for plugins_standard and add your plugin-name to the list of
already existing plugin names. (like 
3) Search for "plugins/external-editor/Makefile" and add your plugin
name as "plugins/<your-plugin-name>/Makefile"

4) Now run autogen with the argument "--enable-plugins=all" along with
all other arguments that you have used earlier.

5) Run "make install" from your plugin directory. You should have your
plugin installed.

> May I know how to use this option?
> 
> Johan J.N
> _______________________________________________
> Evolution-hackers mailing list
> Evolution-hackers gnome org
> http://mail.gnome.org/mailman/listinfo/evolution-hackers
-- 
Sankar P



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]