User forums > Using Code::Blocks

how to build C::B under linux?

(1/1)

tomek-k:
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.

cstudent:
http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Linux

MortenMacFly:

--- Quote from: tomek-k on September 04, 2006, 03:02:50 pm ---I couldn't find any info bout it.

--- End quote ---
...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
With regards, Morten.

mandrav:
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

--- End code ---

tomek-k:

--- Quote from: MortenMacFly on September 04, 2006, 03:19:17 pm ---
--- Quote from: tomek-k on September 04, 2006, 03:02:50 pm ---I couldn't find any info bout it.

--- End quote ---
...because you didn't search, right? ;-)
--- End quote ---
maby not enough:P

Thanks.

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

Navigation

[0] Message Index

Go to full version