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
1b2d1560
Commit
1b2d1560
authored
May 23, 2024
by
Daniel Hiltgen
Browse files
Tidy up developer guide a little
parent
38255d2a
Changes
2
Show 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 @
1b2d1560
...
@@ -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 @
1b2d1560
...
@@ -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