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

This commit is contained in:
Bruce MacDonald 2023-07-21 22:48:10 +02:00 committed by GitHub
commit f5f0da06d9
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:
```