Differences between revisions 3 and 6 (spanning 3 versions)
Revision 3 as of 2007-11-09 05:31:20
Size: 1638
Editor: 216
Comment:
Revision 6 as of 2013-06-27 07:50:04
Size: 1557
Editor: 61
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
 * [CVS]  * [[CVS]]
Line 14: Line 14:
== [Cee] 컴파일 및 [CVS]사용 == == C 컴파일 및 CVS 사용 ==
Line 18: Line 18:
[CVS]설정 [[CVS]]설정
Line 22: Line 22:
[Cee]프로그램의 작성 및 [CVS]등록 [[Cee]]프로그램의 작성 및 [[CVS]]등록
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 프로젝트에서는 일반적으로, 커맨드형 프로그램 개발도구들을 사용하게 된다.

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

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

C 컴파일 및 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