瀏覽代碼

Merge pull request #192 from jmorganca/update-development.md

update development.md
Michael Yang 1 年之前
父節點
當前提交
93bc9f17a1
共有 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:
 
 ```