User forums > Help

How do i install Codeblocks to Ubuntu?

<< < (2/2)

Pecan:

--- Quote from: RJP Computing on April 19, 2006, 12:42:10 am ---sudo apt-get install liwxgtk2.6-dbg

(I actually don't have this installed so I can't personally verify but I am sure it is fine.)

--- End quote ---

It says it can't find package liwxgtk2.6-dbg, but it did find
libwxgtk2.6-dbg. I'm guessing there is no difference.

thanks
pecan

RJP Computing:

--- Quote from: Pecan on April 19, 2006, 01:30:15 am ---It says it can't find package liwxgtk2.6-dbg, but it did find
libwxgtk2.6-dbg. I'm guessing there is no difference.

thanks
pecan


--- End quote ---
Sorry mis-spelling. It is fixed now.

Pecan:

--- Code: ---sudo apt-get install libwxgtk2.6-dbg

--- End code ---

Ok, thanks, that worked great!

Now, where in the .cbp do I tell CodeBlocks to link
against the *debug* version of wxGTK?

thanks
pecan

mandrav:

--- Quote from: Pecan on April 19, 2006, 03:48:26 pm ---
--- Code: ---sudo apt-get install libwxgtk2.6-dbg

--- End code ---

Ok, thanks, that worked great!

Now, where in the .cbp do I tell CodeBlocks to link
against the *debug* version of wxGTK?

thanks
pecan


--- End quote ---

Find all occurrences of `wx-config --cflags` and `wx-config --libs` and add the option --debug...

Navigation

[0] Message Index

[*] Previous page

Go to full version