User forums > Using Code::Blocks
[DOWNLOAD] Packages of Code::Blocks in your linux distro
Morphius Faydal:
--- Quote from: Ceniza on June 10, 2007, 05:56:20 pm ---There're three ebuilds in portage for Code::Blocks, all of them masked with ~, and the last one is a month old. Personally, I prefer to get it from SVN and compile it, after all it's a very straightforward procedure.
--- End quote ---
Yeah, I noticed that. Just check it out, ./configure, make, make install? Nothing special needed?
Ceniza:
Steps here. Be sure to follow Option 2... you don't really want to compile RC2 :wink:
In very few steps:
--- Code: ---* svn checkout
* cd into directory
* ./bootstrap
* ./configure # maybe you want to give some options to this one
* make
* su -c 'make install'
--- End code ---
And everytime you want to update it:
--- Code: ---* cd into directory
* su -c 'make uninstall'
* make clean
* make clean-zipfiles
* svn update
* ./bootstrap # I think it's not necessary, but I do it anyway
* ./configure
* make
* su -c 'make install'
--- End code ---
Deschamps:
--- Quote from: MorphiusFaydal ---Just check it out, ./configure, make, make install? Nothing special needed?
--- End quote ---
From ./configure --help :
--- Code: -----enable-contrib build the contrib plugins (default NO)
--- End code ---
So that...
Regards.
Vexorian:
I got a new dapper installation, installed the wxbase2.8 package yet the code::blocks package says the dependency is not satisfied.
cstudent:
--- Quote from: Vexorian on June 13, 2007, 05:30:25 pm ---I got a new dapper installation, installed the wxbase2.8 package yet the code::blocks package says the dependency is not satisfied.
--- End quote ---
The current .debs being offered on the nightly forum will not install on Dapper. The dependencies that are not being met are because of the version numbers of such things as gcc, etc. You will need to build CB from source.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version