Author Topic: how to build C::B under linux?  (Read 7720 times)

tomek-k

  • Guest
how to build C::B under linux?
« 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.

Offline cstudent

  • Almost regular
  • **
  • Posts: 159
    • Cstudent's Help Desk

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: how to build C::B under linux?
« Reply #2 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
With regards, Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: how to build C::B under linux?
« Reply #3 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
Be patient!
This bug will be fixed soon...

tomek-k

  • Guest
Re: how to build C::B under linux?
« Reply #4 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?