doc: update build instructions

This commit is contained in:
Timofey Gelazoniya 2024-12-25 23:31:00 +03:00
parent 7913e40092
commit a21b6b9f5a
Signed by: zeldon
GPG Key ID: 047886915281DD2A

View File

@ -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**