I wrote this up and added it to the Code::Blocks wiki.
Ubuntu Install Guide (http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks#Linux)
Please feel free to comment about this. If there is anything I did that could be done differently please let me know or fix it right out on the wiki.
Hope it helps.
Can anyone tell me how to install the wxWidgets source on ubuntu
so that I can run CodeBlocks in __wxDEBUG__ mode with gdb?
There used to be something on the wiki about this, but it's now gone.
...Thanks.
Nice job. Thanks
Can anyone tell me how to install the wxWidgets source on ubuntuSure!
so that I can run CodeBlocks in __wxDEBUG__ mode with gdb?
There used to be something on the wiki about this, but it's now gone.
...
sudo apt-get install libwxgtk2.6-dbg
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.)
It says it can't find package liwxgtk2.6-dbg, but it did findSorry mis-spelling. It is fixed now.
libwxgtk2.6-dbg. I'm guessing there is no difference.
thanks
pecan
sudo apt-get install libwxgtk2.6-dbg
Codesudo apt-get install libwxgtk2.6-dbg
Ok, thanks, that worked great!
Now, where in the .cbp do I tell CodeBlocks to link
against the *debug* version of wxGTK?
thanks
pecan