Skip to content

Commit 9b3dc74

Browse files
authored
Merge pull request #33 from mutablelogic/v1
Updated API location
2 parents db76e6e + e0004fb commit 9b3dc74

File tree

4 files changed

+38
-0
lines changed

4 files changed

+38
-0
lines changed

doc/build.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
2+
# Package Config
3+
4+
libwhisper.pc
5+
6+
```pkg-config
7+
prefix=/Users/djt/Projects/go-whisper/
8+
9+
Name: libwhisper
10+
Description: Whisper is a C/C++ library for speech transcription, translation and diarization.
11+
Version: 0.0.0
12+
Cflags: -I${prefix}/third_party/whisper.cpp/include -I${prefix}/third_party/whisper.cpp/ggml/include
13+
Libs: -L${prefix}/third_party/whisper.cpp -lwhisper -lggml -lm -lstdc++
14+
```
15+
16+
libwhisper-linux.pc
17+
18+
```pkg-config
19+
prefix=/Users/djt/Projects/go-whisper/
20+
21+
Name: libwhisper-linux
22+
Description: Whisper is a C/C++ library for speech transcription, translation and diarization.
23+
Version: 0.0.0
24+
```
25+
26+
libwhisper-darwin.pc
27+
28+
```pkg-config
29+
prefix=/Users/djt/Projects/go-whisper/
30+
31+
Name: libwhisper-darwin
32+
Description: Whisper is a C/C++ library for speech transcription, translation and diarization.
33+
Version: 0.0.0
34+
Libs: -framework Accelerate -framework Metal -framework Foundation -framework CoreGraphics
35+
```
36+
37+
I don't know what the windows one should be as I don't have a windows machine.
38+
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)