How to Run a Successful Free Software Project

open-source 转载一篇关于如何开发和管理开源软件的文章,如果你在sf.net上创建新项目它也会推荐你阅读这一篇。

以下是该文章的目录部分,其中链接可以直接转到其网站阅读。

Producing Software

How to Run a Successful Free

Copyright © 2005, 2006, 2007, 2008, 2009 , under a CreativeCommons Attribution-ShareAlike (3.0) license

Continue reading How to Run a Successful Free Software Project - 全文阅读

CB IDE内部结构之-工程文件篇

Author: Bryan of CBForge.com (cbforge at gmail dot com) 转载请保留

关于与projectfile和cbProject的关系稍后会有另一篇文章讲述。

一个最大,并包括多个Project,每个Project下有多个文件,保存关于编译等信息并于project/file都有关联。

通过阅读源代码我们就可以知道他们的维护关系。

C::B keeps projects cbProject in a cbWorkspace. This can have more than one project. This is managed by the . Here a short overview:

Image:Codeblocks.jpg

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

The words with cursiv font are classes in C::B. The cbProject itself manages different targets ProjectBuildTargets and different files ProjectFiles.

该图来自:

http://wiki.codeblocks.org/index.php?title=A_short_overview_about_Code::Blocks_architecture

Contact us

Admin: Bryan Wu