News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

codeblock on sarge

Started by charlie, August 27, 2005, 03:42:27 PM

Previous topic - Next topic

charlie

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

Urxae

As far as I know there aren't any binary packages for Linux, but information on compiling is available in the wiki, more specifically here.
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.

charlie

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