MinGW와 MSYS는 독립적으로 설치가 가능하며,
mingwPORT는 MinGW와 MSYS 둘다 설치되어 있어야 한다.
MinGW, a contraction of "Minimalist GNU for Windows", is a minimalist development environment for native Microsoft Windows applications. MinGW includes:
MSYS, a contraction of "Minimal SYStem", is a Bourne Shell command line interpreter system. Offered as an alternative to Microsoft's cmd.exe, this provides a general purpose command line environment, which is particularly suited to use with MinGW, for porting of many Open Source applications to the MS-Windows platform; it includes a small selection of Unix tools, chosen to facilitate that objective, and using it is a necessary prerequisite for building mingwPORTs. mingwPORTs are user contributed additions to the MinGW software collection. Rather than providing these "add-ons" as precompiled binary packages, they are supplied in the form of interactive Bourne shell scripts, which guide the end user through the process of automatically downloading and patching original source code, then building and installing it. Users who wish to build any application from a mingwPORT must first install both MinGW and MSYS. [링크 : http://mingw.org/] |
아래의 링크에서 자동화된 MinGW 인스톨러를 다운로드 하고
[링크 : http://sourceforge.net/downloads/mingw/Automated%20MinGW%20Installer/mingw-get-inst/]
mingw-get-inst.exe을 실행하니 기본값으로 C Compiler만 설정되어 있다.
GCC만 설치하면, gcc / gdb / gcov / gprof 등은 설치되나,
make는 빠지므로 별도로 설치를 해야한다.
그런 이유로, GCC 와 MSYS를 선택하여 설치하면 gcc / make 가 설치되며
이경우 전체설치 용량은 108MB 를 차지한다.
사족 : 가끔 MinGW를 민구로 읽으면 어떨까? 라는 생각이 든다 -_-
'프로그램 사용 > eclipse CDT & minGW' 카테고리의 다른 글
eclipse CDT plugin 설치하기 (2) | 2012.01.29 |
---|---|
eclipse에서 archive (*.a) 링크하기 (0) | 2012.01.18 |
eclipse CDT 에서 include 경로 추가하기 (0) | 2012.01.17 |
eclipse CDT (0) | 2009.07.13 |
Eclipse IDE for C/C++ Developers (0) | 2009.07.06 |