File tree 4 files changed +20
-4
lines changed
4 files changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,13 @@ https://user-images.githubusercontent.com/1991296/207435352-8fc4ed3f-bde5-4555-9
37
37
The ` command ` tool depends on SDL2 library to capture audio from the microphone. You can build it like this:
38
38
39
39
``` bash
40
- # Install SDL2 on Linux
40
+ # Install SDL2
41
+ # On Debian based linux distributions:
41
42
sudo apt-get install libsdl2-dev
42
43
44
+ # On Fedora Linux:
45
+ sudo dnf install SDL2 SDL2-devel
46
+
43
47
# Install SDL2 on Mac OS
44
48
brew install sdl2
45
49
Original file line number Diff line number Diff line change @@ -30,9 +30,13 @@ a transcription block that is suitable for parsing.
30
30
The ` stream ` tool depends on SDL2 library to capture audio from the microphone. You can build it like this:
31
31
32
32
``` bash
33
- # Install SDL2 on Linux
33
+ # Install SDL2
34
+ # On Debian based linux distributions:
34
35
sudo apt-get install libsdl2-dev
35
36
37
+ # On Fedora Linux:
38
+ sudo dnf install SDL2 SDL2-devel
39
+
36
40
# Install SDL2 on Mac OS
37
41
brew install sdl2
38
42
Original file line number Diff line number Diff line change @@ -15,9 +15,13 @@ https://github.com/ggerganov/whisper.cpp/assets/1991296/d97a3788-bf2a-4756-9a43-
15
15
The ` talk-llama ` tool depends on SDL2 library to capture audio from the microphone. You can build it like this:
16
16
17
17
``` bash
18
- # Install SDL2 on Linux
18
+ # Install SDL2
19
+ # On Debian based linux distributions:
19
20
sudo apt-get install libsdl2-dev
20
21
22
+ # On Fedora Linux:
23
+ sudo dnf install SDL2 SDL2-devel
24
+
21
25
# Install SDL2 on Mac OS
22
26
brew install sdl2
23
27
Original file line number Diff line number Diff line change @@ -11,9 +11,13 @@ Web version: [examples/talk.wasm](/examples/talk.wasm)
11
11
The ` talk ` tool depends on SDL2 library to capture audio from the microphone. You can build it like this:
12
12
13
13
``` bash
14
- # Install SDL2 on Linux
14
+ # Install SDL2
15
+ # On Debian based linux distributions:
15
16
sudo apt-get install libsdl2-dev
16
17
18
+ # On Fedora Linux:
19
+ sudo dnf install SDL2 SDL2-devel
20
+
17
21
# Install SDL2 on Mac OS
18
22
brew install sdl2
19
23
You can’t perform that action at this time.
0 commit comments