Browse Source

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

Bruce MacDonald 1 năm trước cách đây
mục cha
commit
f5f0da06d9
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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:
 
 ```