浏览代码

Merge pull request #166 from jmorganca/brucemacd/dev-cgo

Bruce MacDonald 1 年之前
父节点
当前提交
f5f0da06d9
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      docs/development.md

+ 6 - 0
docs/development.md

@@ -6,6 +6,12 @@ Install required tools:
 brew install go
 ```
 
+Enable CGO:
+
+```
+export CGO_ENABLED=1
+```
+
 Then build ollama:
 
 ```