Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: rialmat on October 03, 2011, 06:00:53 pm

Title: How do you install the plugins?
Post by: rialmat on October 03, 2011, 06:00:53 pm
Hi all! I'm new to codeblocks. I've been trying to install the BrowseTracker plugin but without any luck. I got the source code from the svn and built it sucessfully with codeblocks. When I tried to install the plugin through plugins -> manage plugins, i didn't know what to do. It seems that some file  ended with .cbplugin is required. But all i got from the build is a shared library and a zip file. So, what should i do next?
Title: Re: How do you install the plugins?
Post by: oBFusCATed on October 03, 2011, 06:13:14 pm
OS? Have you tried to install the contrib plugins?
Title: Re: How do you install the plugins?
Post by: rialmat on October 04, 2011, 05:50:21 am
My Os is Opensuse 11.4 64bit. BrowseTracker is actually one of the contrib plugins which i got from http://svn.berlios.de/svnroot/repos/codeblocks/trunk/src/plugins/contrib/

Each plugin in the contrib package provides a codeblocks project that i can build the plugin from. But all I've  got after the build is a shared library and a zip file, and i dunno how to deal with them.
Title: Re: How do you install the plugins?
Post by: oBFusCATed on October 04, 2011, 09:30:27 am
Have you tried to use the Automake build system?

Code
./configure --with-contrib-plugins=all
make
make install