User forums > Help
How to install plugin??
coding:
hi all.
i'v installed wxGTK & codeblocks under Linux(FC7), and i want to install wxSmith.
i found the source at ....../codeblocks-8.02/src/plugins/contrib/wxSmith
but how to install it ?
thanks
Jenna:
I'm not a fedora-user, but there should be a codeblocks-contrib rpm, which includes wxSmith.
Works only if installed from rpm, if it is selfcompiled you have to run ./configure with --with-contrib-plugins=all to build all plugins (they can be disabled one by one in the plugins menu).
Ecologisto:
Hi,
I did
./configure --with-contrib-plugins=all
make
make install
but even though I can't see the plugins from contrib in the plugin manager.
How can I manually add them, without recompiling the whole codeblocks soft ?
Thanks
barth
Jenna:
How did you install C::B ?
If it's from source you should recompile it with plugins enabled and with the correct prefix (the same you used before, see "./configure --help" for possible parameters).
If you installed a rpm install the appropriate codeblocks-contrib rpm (that should place all files in the right directories).
To avoid possible trouble you should not mix C::B and (contrib-)plugins compiled with different compilers and/or libs.
This can work, but it can also break your C::B installation.
Ecologisto:
I installed from source.
When I recompiled, I did it with plugins enabled and with the default prefix (like first time).
I will try later to do it again, just to be sure that I didn't do something wrong.
Thanks for your help
barth
Navigation
[0] Message Index
[#] Next page
Go to full version