I installed it from the source code. Using standard procedure:
./configure, make, make install
Thanks,
Sachin
To get only wxsmith, use ./configure --with-contrib-plugins=wxsmith
If you want to install all contrib-plugins (recommended), use ./configure --with-contrib-plugins=all
The make and make install of course.
I usually install codeblocks from jens repository in my Ubuntu 8.04.1, but sometimes I had to install it from source and I need one more command after the the three suggested by jens.
./configure --with-contrib-plugins=all
make
make install
ldconfig
Without "ldconfig" contrib plugins were compiled and copied to their destination folders with "make install" but I couldn't get it inside codeblocks. Try it if the three don't work ok.