Pārlūkot izejas kodu

Note that CGO must be enabled in dev docs

Bruce MacDonald 1 gadu atpakaļ
vecāks
revīzija
52f04e39f2
1 mainītis faili ar 6 papildinājumiem un 0 dzēšanām
  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:
 
 ```