Merge pull request #2 from lukaskwkw/chore/update-readme-build

Add pre build step
This commit is contained in:
Timofey Gelazoniya 2024-03-15 01:28:47 +03:00 committed by GitHub
commit 7913e40092
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 14 additions and 0 deletions

View File

@ -11,6 +11,20 @@ This API server enables audio transcription using the OpenAI Whisper models.
# Build from source
Before build make sure that **CGO_ENABLED** env is set to **1**
```
$env:CGO_ENABLED = "1"
```
you can check this with this command
```
go env
```
Also you have to have installed gcc x64 i.e. by MYSYS
Download the sources and use `go build`.
For example, you can build using the following command: