Note that CGO must be enabled in dev docs
This commit is contained in:
parent
3c8f4c03d7
commit
52f04e39f2
1 changed files with 6 additions and 0 deletions
|
@ -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:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue