Compare commits
No commits in common. "7913e40092e1470a0b50fa8bbf386d05d84b9cea" and "dacad9a4f6c59e81b7220666706ef57426f8c95e" have entirely different histories.
7913e40092
...
dacad9a4f6
14
README.md
14
README.md
|
@ -11,20 +11,6 @@ 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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue