Code::Blocks Forums
User forums => Help => Topic started by: howitzer on October 14, 2010, 11:04:57 am
-
Hi
I have compiled and installed C::B on 32-bit rhel4, but cannot see the doxyblockx plugin anywhere. I can't even see any directories or files in the source distribution. Is doxyblocks no longer part of the distribution?
I am probably being a complete noob, but please don't point that big flaming gun at me just yet!
howitzer
-
Which sources do you use ?
DoxyBlocks was/is not part of the 10.05 release and it sources.
You need svn-sources to get DoxyBlocks.
-
That explains it. I built from a standard source code bundle and not from the SVN. Safer that way!
I am surprised that doxyblocks was not part of the latest source code release (10.05). Is it stable?
Thanks for the help.
howitzer
-
You can retrieve sources with that : svn://svn.berlios.de/codeblocks/trunk
To enable contrib-plugins (and DoxyBlocks), you must do:
./bootstrap
./configure --with-contrib-plugins=DoxyBlocks
make
sudo make install
But you can also execute ./configure --with-contrib-plugins=all to get all plugins activated.
Look at the configure file to get more details. :)