Differences between revisions 3 and 5 (spanning 2 versions)
Revision 3 as of 2007-11-09 05:31:20
Size: 1638
Editor: 216
Comment:
Revision 5 as of 2011-08-03 11:00:51
Size: 1554
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 29: Line 29:
#include &lt;stdio.h&gt; #include <stdio.h>
Line 42: Line 42:
 * 'autoscan' -&gt; configure.scan -&gt; configure.in -&gt; 'autoconf' -&gt; configure
 * 개발자 -&gt; Makefile.am -&gt; 'automake' -&gt; Makefile.in -&gt; 'configure' -&gt; Makefile
 * 'autoscan' -> configure.scan -> configure.in -> 'autoconf' -> configure
 * 개발자 -> Makefile.am -> 'automake' -> Makefile.in -> 'configure' -> Makefile
Line 68: Line 68:
SeeAlso [http://bbs.kldp.org/viewtopic.php?t=30791 Diff and Patch]

[http://aqunxeygdecxjloyrefjqbj.homedns.org/ cat
]
SeeAlso [[http://bbs.kldp.org/viewtopic.php?t=30791|Diff and Patch]]

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