Code::Blocks Forums
User forums => Help => Topic started by: ramS on May 21, 2008, 08:34:00 pm
-
I built C::B on a linux box. However the source did not contain the keyboar binder plugin. I would like to build and install that as part of my build. Where can I find the source for the plugin.
Thanks,
Ram
-
I wonder where you got your source from, because keybinder plugin is in svn and 8.02 source.
You find it in "src/plugins/contrib/keybinder/".
If you build with "./configure;make ..." you can activate it by running "./configure --with-contrib-plugins=keybinder", but I would recommend to build all contrib-plugins, so you should use "all" instead of "keybinder".
If you build C::B with C::B you should also build "ConribPlugins-unix.workspace" or at least the "keybinder"-project included in this workspace.
-
Thanks for the response. I had a brain freeze and did not look into the contrib directory. I have built it and it works fine. My apologies for my previous post without checking.
Ram Sundar