mirror of
https://github.com/likelovewant/ollama-for-amd.git
synced 2025-12-22 14:53:56 +00:00
[docs] Improve build instructions (#482)
Go is required and not installed by default.
This commit is contained in:
@@ -165,10 +165,11 @@ Ollama bundles model weights, configurations, and data into a single package, de
|
|||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
Install `cmake`:
|
Install `cmake` and `go`:
|
||||||
|
|
||||||
```
|
```
|
||||||
brew install cmake
|
brew install cmake
|
||||||
|
brew install go
|
||||||
```
|
```
|
||||||
|
|
||||||
Then generate dependencies and build:
|
Then generate dependencies and build:
|
||||||
|
|||||||
Reference in New Issue
Block a user