User forums > Help

How to install WxSmith plugin in C::B

<< < (2/3) > >>

Jenna:
How did you install C::B ?
From a deb-file with "dpkg -i ..." ?

sachink:
I installed it from the source code. Using standard procedure:
./configure, make, make install

Thanks,
Sachin

Jenna:

--- Quote from: sachink on January 10, 2009, 01:48:33 pm ---I installed it from the source code. Using standard procedure:
./configure, make, make install

Thanks,
Sachin

--- End quote ---

To get only wxsmith, use
--- Code: ---./configure --with-contrib-plugins=wxsmith
--- End code ---
If you want to install all contrib-plugins (recommended), use
--- Code: ---./configure --with-contrib-plugins=all
--- End code ---
The make and make install of course.

Ganbito:
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.


--- Code: ---./configure --with-contrib-plugins=all
make
make install
ldconfig

--- End code ---

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.

sachink:
Thanks Jen.
My problem is solved I un-installed my code::blocks and then installed it using apt-get. The new installation has wxsmith :)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version