Hiya everybody:
I have been looking around for the dapper(ubuntu) .deb build but i havent been able to find it. I tried using the svn .deb from the wiki but it get the 'wrong arch' error; unfortunatelly the deb is for Breezy amd64 :(
Is it possible to build using the sources? I want to try doing that but i dont know where to start from. Ive built stuff before but i cant find a guide for this source, namely ubuntu requirements and the sort
thank you all for you help
How to get the source. (http://www.codeblocks.org/source_code.shtml)
Build:
./bootstrap
./configure
make
make install (as root)
You'll need recent versions of wxWidgets (2.6.x) and autotools.
... as well as (lib)GTK2+ and several other dependencies that may or may not be installed on your system.
Or you can wait for the coming weekend, when RC3 will be released, and grab the updated x64 dapper package.
woot ill wait instead...
Thanks for your help building though!