Can anyone point me to a doc which explains how to install the nightly build of Codeblocks to Ubuntu. I cant find anything anywheres....
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.
Quote from: RJP Computing on April 18, 2006, 06:48:17 AM
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.
Nice job. Thanks
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
pecan
Quote from: Pecan on April 18, 2006, 11:26:55 PM
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.
Hello,
There is something here:
http://wiki.codeblocks.org/index.php?title=Compiling_Code::Blocks_in_Linux_%28applies_to_all_distros%29
Best wishes,
Michael
Quote from: Pecan on April 18, 2006, 11:26:55 PM...
Nice job. Thanks
Thanks.
Quote from: Pecan on April 18, 2006, 11:26:55 PM
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.
...
Sure!
It is really easy. If you think it should be added just let me know or add it.
sudo apt-get install libwxgtk2.6-dbg(I actually don't have this installed so I can't personally verify but I am sure it is fine.)
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.)
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
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
Sorry mis-spelling. It is fixed now.
sudo 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
Quote from: Pecan on April 19, 2006, 03:48:26 PM
sudo 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
Find all occurrences of
`wx-config --cflags` and
`wx-config --libs` and add the option
--debug...