File tree Expand file tree Collapse file tree 4 files changed +38
-0
lines changed Expand file tree Collapse file tree 4 files changed +38
-0
lines changed Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments