From a21b6b9f5ac6bba7f72007b5a6254772c79d0f3a Mon Sep 17 00:00:00 2001 From: xzeldon Date: Wed, 25 Dec 2024 23:31:00 +0300 Subject: [PATCH] doc: update build instructions --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 313ba81..d351204 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,12 @@ This API server enables audio transcription using the OpenAI Whisper models. - Download `.exe` from [Releases](https://github.com/xzeldon/whisper-api-server/releases/latest) - Just run it! -# Build from source +# Build from source (Windows) + +## Prerequisites + +- GCC Compiler Installed in your PATH (You can get it from [here](https://github.com/niXman/mingw-builds-binaries)) +- Install Go (https://go.dev/doc/install) Before build make sure that **CGO_ENABLED** env is set to **1** @@ -46,7 +51,7 @@ Receive a response in JSON format: ```json { - "text": "Imagine the wildest idea that you've ever had, and you're curious about how it might scale to something that's a 100, a 1,000 times bigger. This is a place where you can get to do that." + "text": "Imagine the wildest idea that you've ever had, and you're curious about how it might scale to something that's a 100, a 1,000 times bigger. This is a place where you can get to do that." } ```