Selaa lähdekoodia

Note that CGO must be enabled in dev docs

Bruce MacDonald 1 vuosi sitten
vanhempi
commit
52f04e39f2
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  1. 6 0
      docs/development.md

+ 6 - 0
docs/development.md

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