Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: tomek-k on September 04, 2006, 03:02:50 pm

Title: how to build C::B under linux?
Post by: tomek-k on September 04, 2006, 03:02:50 pm
Hi. I don't know how to build C::B IDE under linux. I couldn't find any info bout it.
I can't use any of the binary packakes as there is no package for 64bit Debian.
Title: Re: how to build C::B under linux?
Post by: cstudent on September 04, 2006, 03:18:40 pm
http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Linux

Title: Re: how to build C::B under linux?
Post by: MortenMacFly on September 04, 2006, 03:19:17 pm
I couldn't find any info bout it.
...because you didn't search, right? ;-)
There is many info about that topic in the forum and in the WiKi. A good starting point is here:
http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Linux (http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Linux)
With regards, Morten.
Title: Re: how to build C::B under linux?
Post by: mandrav on September 04, 2006, 03:19:25 pm
Hmm?

Code
mkdir ~/codeblocks-svn
cd ~/codeblocks-svn
svn checkout svn://svn.berlios.de/codeblocks/trunk
cd trunk
./bootstrap
./configure --enable-contrib
make
su -c make install
Title: Re: how to build C::B under linux?
Post by: tomek-k on September 05, 2006, 02:25:24 pm
I couldn't find any info bout it.
...because you didn't search, right? ;-)
maby not enough:P

Thanks.

BTW. Why there is nothin' about it in some file in the source tarball?