요새 개발자들이 mac을 쓰다보니.. go window 설명이 많이 부족한듯
순서
1. GnuWin32 설치
2. goland의 makefile plugin 설치
3. goland 의 상단메뉴의
File -> Setting -> Build, Execution, Deployment -> Build Tools -> Make 의 Path to Make executable
을 GnuWin32 안에 make.exe로 변경한다.
필요하면 Use Cygwin 을 체크한다 ( 무슨동작인지 모름 걍 누름 )
이후 실행하니 잘 동작
1. Install GnuWin32 (Make for Windows).
2. Install the Makefile plugin.
3. Go to settings and specify the path to make: File | Settings | Build, Execution, Deployment | Make | Path to Make executable (by default: C:\Program Files (x86)\GnuWin32\bin\make.exe). Check "Use Cygwin" if necessary.
After that, run the make file and everything should work. Please note that you will not be able to use some utilities (for example grep) in configurations.
'Web > GoLang' 카테고리의 다른 글
[Grpc ] grpc k8s kubernetes 관련 내용 (0) | 2023.01.30 |
---|---|
Golang의 문자열에서 개행 문자를 제거하는 방법 \r\n \n (0) | 2023.01.10 |
[goland] 프로젝트 리파짓토리 복사 사용 (0) | 2023.01.10 |
[golang] invalid pseudo-version: preceding tag (v0.0.0) not found (0) | 2022.11.10 |
[wsl, linux] sed: can't read : No such file or directory (0) | 2022.10.21 |
댓글