Differences between revisions 2 and 3
Revision 2 as of 2005-06-27 01:17:25
Size: 1552
Editor: 127
Comment:
Revision 3 as of 2007-11-09 05:31:20
Size: 1638
Editor: 216
Comment:
Deletions are marked like this. Additions are marked like this.
Line 29: Line 29:
#include <stdio.h> #include &lt;stdio.h&gt;
Line 42: Line 42:
 * 'autoscan' -> configure.scan -> configure.in -> 'autoconf' -> configure
 * 개발자 -> Makefile.am -> 'automake' -> Makefile.in -> 'configure' -> Makefile
 * 'autoscan' -&gt; configure.scan -&gt; configure.in -&gt; 'autoconf' -&gt; configure
 * 개발자 -&gt; Makefile.am -&gt; 'automake' -&gt; Makefile.in -&gt; 'configure' -&gt; Makefile
Line 69: Line 69:

[http://aqunxeygdecxjloyrefjqbj.homedns.org/ cat]

OpenSource 프로젝트에서는 일반적으로, 커맨드형 프로그램 개발도구들을 사용하게 된다.

자주사용하게 되는 프로그램들

  • autoconf
  • automake
  • [CVS]
  • VimEditor

  • ctags
  • screen
  • man

이들의 간략한 사용방법은 다음과 같다.

[Cee] 컴파일 및 [CVS]사용

SeeAlso OpenSourceDevelopmentWithCvs

[CVS]설정

$ export CVSROOT=:pserver:[username]@[server]:/home/cvs

[Cee]프로그램의 작성 및 [CVS]등록

OpenSourceProjectEnv (last edited 2013-06-27 07:50:04 by 61)

web biohackers.net