From 24e43e3212ae45fa85ff3780c70b18d9c1327468 Mon Sep 17 00:00:00 2001 From: Michael Yang Date: Mon, 24 Jul 2023 09:43:53 -0700 Subject: [PATCH] update development.md --- docs/development.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/development.md b/docs/development.md index 34c0c2f5..9559d724 100644 --- a/docs/development.md +++ b/docs/development.md @@ -12,6 +12,8 @@ Enable CGO: 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: ```