Edit Plus+MinGW+gcc 컴파일 설정 Edit Diff Refresh Backlink Random Search History Help Setting Hide Show 작성일: 2014-02-10 Contents 1. MinGW 설치 2. gcc 윈도 PATH 설정 3. EditPlus 3.1. 사용자 도구 설정 3.2. 단축키 지정 Quick Start 1. MinGW 설치 # http://www.mingw.org/ Minimalist GNU for Windows (설치 과정 / 생략) 2. gcc 윈도 PATH 설정 # 시스템>고급 시스템 설정>환경 변수>PATH C:\MinGW\bin 추가 3. EditPlus # 다음 처럼 단축키 지정을 해보겠습니다. Ctrl+1 - 빌드/컴파일 Ctrl+3 - 실행 3.1. 사용자 도구 설정 # 도구>기본 설정>사용자 도구 - 추가(D)>프로그램 [PNG image (36.28 KB)] C:\MinGW\bin\gcc.exe -o $(FileNameNoExt).exe $(FileName) $(FileDir) 동작: 출력 내용 캡쳐 [PNG image (35.84 KB)] C:\Windows\system32\cmd.exe /k $(FileNameNoExt).exe $(FileDir) 3.2. 단축키 지정 # [PNG image (36.45 KB)] (끝) Document 이 글에는 0 개의 댓글이 있습니다. Please enable JavaScript to view the comments powered by Disqus. comments powered by Disqus