소스 검색

update development.md

Michael Yang 1 년 전
부모
커밋
24e43e3212
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      docs/development.md

+ 2 - 0
docs/development.md

@@ -12,6 +12,8 @@ Enable CGO:
 export CGO_ENABLED=1
 ```
 
+You will also need a C/C++ compiler such as GCC for MacOS and Linux or Mingw-w64 GCC for Windows.
+
 Then build ollama:
 
 ```