Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: silverzhao on December 17, 2010, 03:44:42 pm

Title: [SOLVED] How to add help files to CodeBlocks on Ubuntu?
Post by: silverzhao on December 17, 2010, 03:44:42 pm
I know how to add help files on Windows, but on ubuntu, in "Settings" --> "Environment", I just can't find the "Help Files" item. Is there anything wrong? Thanks!
Title: Re: How to add help files to CodeBlocks on Ubuntu?
Post by: Jenna on December 17, 2010, 04:03:38 pm
Do you have the contrib-plugins package installed ?
Title: Re: How to add help files to CodeBlocks on Ubuntu?
Post by: silverzhao on December 17, 2010, 06:15:31 pm
Do you have the contrib-plugins package installed ?
No... I've just seen the point, but I have compiled CodeBlocks. And when I try to compile help_plugin alone, I get the error:
/usr/bin/ld: cannot find -lsqplus
/usr/bin/ld: cannot find -lsqstdlib
/usr/bin/ld: cannot find -lsquirrel
I've googled for it, but nothing useful found. Any help will be appreciated. Thanks!
Title: Re: How to add help files to CodeBlocks on Ubuntu?
Post by: oBFusCATed on December 17, 2010, 06:18:17 pm
./configure --help and read about the --with-contrib option
Title: Re: How to add help files to CodeBlocks on Ubuntu?
Post by: silverzhao on December 17, 2010, 06:47:04 pm
Thank you! I've read it, and recompiled CodeBlocks, and it works now!