Code::Blocks
User forums => Using Code::Blocks => Topic started 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?
-
OS? Have you tried to install the contrib plugins?
-
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.
-
Have you tried to use the Automake build system?
./configure --with-contrib-plugins=all
make
make install