Merge pull request #166 from jmorganca/brucemacd/dev-cgo
This commit is contained in:
commit
f5f0da06d9
1 changed files with 6 additions and 0 deletions
|
@ -6,6 +6,12 @@ Install required tools:
|
|||
brew install go
|
||||
```
|
||||
|
||||
Enable CGO:
|
||||
|
||||
```
|
||||
export CGO_ENABLED=1
|
||||
```
|
||||
|
||||
Then build ollama:
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue