User forums > Using Code::Blocks
How do you install the plugins?
(1/1)
rialmat:
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?
oBFusCATed:
OS? Have you tried to install the contrib plugins?
rialmat:
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.
oBFusCATed:
Have you tried to use the Automake build system?
--- Code: ---./configure --with-contrib-plugins=all
make
make install
--- End code ---
Navigation
[0] Message Index
Go to full version