Compare commits

...

3 Commits

Author SHA1 Message Date
Timofey Gelazoniya 7913e40092
Merge pull request #2 from lukaskwkw/chore/update-readme-build
Add pre build step
2024-03-15 01:28:47 +03:00
Lukasz eb632c9b17 Fix review remarks 2024-03-14 14:02:37 +01:00
Lukasz 2e92dd91cb Add pre build step 2024-03-11 11:06:16 +01:00
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: