News:

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

Main Menu

how to build C::B under linux?

Started by tomek-k, September 04, 2006, 03:02:50 PM

Previous topic - Next topic

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.


MortenMacFly

Quote from: tomek-k on September 04, 2006, 03:02:50 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
With regards, Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

mandrav

Hmm?


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

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