Tag Archives: code::blocks

在ubuntu gutsy下编译codeblocks svn版本

本来一直用的是feisty下的一个源: deb http://lgp203.free.fr/ubuntu/ feisty main 但是自从svn4413版本后就出现问题了,执行codeblocks提示错误: codeblocks: /usr/lib/libwx_gtk2u_aui-2.8.so.0: version `WXU_2.8.5′ not found (required by codeblocks) 因此,决定自己编译SVN版本,首先下载: svn co svn://svn.berlios.de/codeblocks/trunk codeblocks 编译前首先要作一些准备工作: sudo aptitude install debhelper fakeroot wx-common 然后修改codeblocks/debian/control文件,使其中的一些依赖替换为当前gutsy里的版本: Build-Depends: debhelper, autotools-dev, libc6-dev, libstdc++6-4.1-dev, libwxgtk2.8-dev, wx-common, zip 然后就可以编译了: cd codeblocks ./bootstrap … Continue reading

Posted in Linux, Program | Tagged , , , | Leave a comment

Release Early, Release Offen

在浏览code::blocks论坛时发现的一个用户的抱怨:Release Early, Release Offen。 这种策略,对于开源软件来说,是非常适合的。对于普通用户来说,这说明你这个项目是active的,有一个好的团队,对用户有很大的吸引力。反之,用户可能就会认为这个项目已经dead了。 下面的内容摘自:http://www.firstmonday.org/issues/issue3_3/raymond/ Release Early, Release Often Early and frequent releases are a critical part of the Linux development model. Most developers (including me) used to believe this was bad policy for larger than trivial projects, because … Continue reading

Posted in Linux | Tagged , , | Leave a comment

code::blocks可以在ubuntu下直接安装

原来在测试各个linux下的IDE时,一直没有安装上code::blocks,当时还郁闷了一段时间。 今天无意中发现,code::blocks现在有专门for ubuntu的DEB包了: http://forums.codeblocks.org/index.php?board=20.0

Posted in Linux, Program | Tagged , , | Leave a comment