Author Topic: codeblock on sarge  (Read 5261 times)

charlie

  • Guest
codeblock on sarge
« 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

Offline Urxae

  • Regular
  • ***
  • Posts: 376
Re: codeblock on sarge
« Reply #1 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, 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

  • Guest
Re: codeblock on sarge
« Reply #2 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