Code::Blocks Forums

User forums => Help => Topic started by: charlie on August 27, 2005, 03:42:27 pm

Title: codeblock on sarge
Post by: charlie on August 27, 2005, 03:42:27 pm
Hi!

Where I can obtain binary packages of codeblock to Debian Sarge? Or if such don't exists where I can obtain
info how to compile codeblock on Debian Sarge.

Greets,
Charlie
Title: Re: codeblock on sarge
Post by: Urxae on August 27, 2005, 04:08:07 pm
As far as I know there aren't any binary packages for Linux, but information on compiling is available in the wiki (http://wiki.codeblocks.org/index.php/Main_Page), more specifically here (http://wiki.codeblocks.org/index.php/Compiling_Code::Blocks_in_Linux_%28applies_to_all_distros%29).
I'm not sure if the wxWidgets available from apt-get use the right compilation options. If not you may have to compile wxWidgets first, instructions are also on that page.
Title: Re: codeblock on sarge
Post by: charlie on August 27, 2005, 10:52:04 pm
Thanks for info. I successfully compiled editor using the following Debian Sarge packages:

libwxgtk2.4
libwxgtk2.4-contrib
libwxgtk2.4-contrib-dev.

Only I had to change names of libraries in Makefile.unix to debian compatible:

LIB_WXXRC=wx_gtk2_xrc-2.4
LIB_WXSTC=wx_gtk2_stc-2.4

I changed to:

LIB_WXXRC=wx_gtk_xrc-2.4
LIB_WXSTC=wx_gtk_stc-2.4