From b86c0a1500279a79484135a41c9ef4bd3798ae9e Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Sat, 8 Feb 2025 00:21:10 -0800 Subject: [PATCH] docs: link directly to latest release page for tdm-gcc (#8939) --- docs/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development.md b/docs/development.md index 5a6463fcf..88fec3dbc 100644 --- a/docs/development.md +++ b/docs/development.md @@ -3,7 +3,7 @@ Install prerequisites: - [Go](https://go.dev/doc/install) -- C/C++ Compiler e.g. Clang on macOS, [TDM-GCC](https://jmeubank.github.io/tdm-gcc/download/) (Windows amd64) or [llvm-mingw](https://github.com/mstorsjo/llvm-mingw) (Windows arm64), GCC/Clang on Linux. +- C/C++ Compiler e.g. Clang on macOS, [TDM-GCC](https://github.com/jmeubank/tdm-gcc/releases/latest) (Windows amd64) or [llvm-mingw](https://github.com/mstorsjo/llvm-mingw) (Windows arm64), GCC/Clang on Linux. Then build and run Ollama from the root directory of the repository: