Note that CGO must be enabled in dev docs

This commit is contained in:
Bruce MacDonald 2023-07-21 22:36:36 +02:00 committed by GitHub
parent 3c8f4c03d7
commit 52f04e39f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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