Merge pull request #192 from jmorganca/update-development.md

update development.md
This commit is contained in:
Michael Yang 2023-07-24 16:13:22 -07:00 committed by GitHub
commit 93bc9f17a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,8 @@ Enable CGO:
export CGO_ENABLED=1 export CGO_ENABLED=1
``` ```
You will also need a C/C++ compiler such as GCC for MacOS and Linux or Mingw-w64 GCC for Windows.
Then build ollama: Then build ollama:
``` ```