News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

How do i install Codeblocks to Ubuntu?

Started by th3-m3wn, April 18, 2006, 04:27:04 AM

Previous topic - Next topic

th3-m3wn

Can anyone point me to a doc which explains how to install the nightly build of Codeblocks to Ubuntu. I cant find anything anywheres....

RJP Computing

I wrote this up and added it to the Code::Blocks wiki.

Ubuntu Install Guide

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.
- Ryan

Ubuntu/WinXP, AMD Athlon 64 3000+, 1000MB RAM, AC 97 Audio, ATI Radeon 9600XT 256MB

Pecan

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

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

Michael

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
[url="http://img207.imageshack.us/img207/9728/411948picture4em.png"]http://img207.imageshack.us/img207/9728/411948picture4em.png[/url]

RJP Computing

#4
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.)
- Ryan

Ubuntu/WinXP, AMD Athlon 64 3000+, 1000MB RAM, AC 97 Audio, ATI Radeon 9600XT 256MB

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.)

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

Sorry mis-spelling. It is fixed now.
- Ryan

Ubuntu/WinXP, AMD Athlon 64 3000+, 1000MB RAM, AC 97 Audio, ATI Radeon 9600XT 256MB

Pecan


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

mandrav

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...
Be patient!
This bug will be fixed soon...