Unverified Commit f5f0da06 authored by Bruce MacDonald's avatar Bruce MacDonald Committed by GitHub
Browse files

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

parents 3c8f4c03 52f04e39
...@@ -6,6 +6,12 @@ Install required tools: ...@@ -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:
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment