Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: jeckil on June 06, 2006, 08:43:54 pm

Title: AMD 64 Build with Dapper?
Post by: jeckil on June 06, 2006, 08:43:54 pm
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
Title: Re: AMD 64 Build with Dapper?
Post by: Ceniza on June 06, 2006, 10:54:36 pm
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.
Title: Re: AMD 64 Build with Dapper?
Post by: TDragon on June 07, 2006, 12:06:58 am
... as well as (lib)GTK2+ and several other dependencies that may or may not be installed on your system.
Title: Re: AMD 64 Build with Dapper?
Post by: mandrav on June 07, 2006, 11:38:03 am
Or you can wait for the coming weekend, when RC3 will be released, and grab the updated x64 dapper package.
Title: Re: AMD 64 Build with Dapper?
Post by: jeckil on June 09, 2006, 03:30:01 am
woot ill wait instead...

Thanks for your help building though!