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.
http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Linux
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 (http://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Linux)
With regards, Morten.
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
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?