Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
89bf98bc
Unverified
Commit
89bf98bc
authored
May 23, 2024
by
Daniel Hiltgen
Committed by
GitHub
May 23, 2024
Browse files
Merge pull request #4598 from dhiltgen/docs
Tidy up developer guide a little
parents
714adb8b
1b2d1560
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
19 deletions
+3
-19
README.md
README.md
+1
-19
docs/development.md
docs/development.md
+2
-0
No files found.
README.md
View file @
89bf98bc
...
@@ -194,25 +194,7 @@ ollama list
...
@@ -194,25 +194,7 @@ ollama list
## Building
## Building
Install
`cmake`
and
`go`
:
See the
[
developer guide
](
https://github.com/ollama/ollama/blob/main/docs/development.md
)
```
brew install cmake go
```
Then generate dependencies:
```
go generate ./...
```
Then build the binary:
```
go build .
```
More detailed instructions can be found in the
[
developer guide
](
https://github.com/ollama/ollama/blob/main/docs/development.md
)
### Running local builds
### Running local builds
...
...
docs/development.md
View file @
89bf98bc
...
@@ -6,6 +6,8 @@ Install required tools:
...
@@ -6,6 +6,8 @@ Install required tools:
-
go version 1.22 or higher
-
go version 1.22 or higher
-
gcc version 11.4.0 or higher
-
gcc version 11.4.0 or higher
### MacOS
```
bash
```
bash
brew
install
go cmake gcc
brew
install
go cmake gcc
```
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment