Explorar el Código

Note that CGO must be enabled in dev docs

Bruce MacDonald hace 1 año
padre
commit
52f04e39f2
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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:
 
 ```