]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
readme : add Fedora dependencies (#1970)
authorMohammadreza Hendiani <redacted>
Wed, 20 Mar 2024 16:42:11 +0000 (20:12 +0330)
committerGitHub <redacted>
Wed, 20 Mar 2024 16:42:11 +0000 (18:42 +0200)
* README.md

fix documentaion and added fedora liunx dependencies for stream build

* fix documentaion and added fedora liunx dependencies for command build

* fix documentaion and added fedora liunx dependencies for talk build

* fix documentaion and added fedora liunx dependencies for talk-llama build

* reverted back mistakenly removed MacOS documentaion

examples/command/README.md
examples/stream/README.md
examples/talk-llama/README.md
examples/talk/README.md

index d291d1aa6a3eef37e693a2e3bcec258cab7cb67c..46b14e932776b9de6071680b1be280e8d8bc63bf 100644 (file)
@@ -37,9 +37,13 @@ https://user-images.githubusercontent.com/1991296/207435352-8fc4ed3f-bde5-4555-9
 The `command` tool depends on SDL2 library to capture audio from the microphone. You can build it like this:\r
 \r
 ```bash\r
-# Install SDL2 on Linux\r
+# Install SDL2\r
+# On Debian based linux distributions:\r
 sudo apt-get install libsdl2-dev\r
 \r
+# On Fedora Linux:\r
+sudo dnf install SDL2 SDL2-devel\r
+\r
 # Install SDL2 on Mac OS\r
 brew install sdl2\r
 \r
index eeae327781371891e83fa88088afea6c4583ee3b..de5e5a7810d5d56781b6126f8bd767eeb5bfaef9 100644 (file)
@@ -30,9 +30,13 @@ a transcription block that is suitable for parsing.
 The `stream` tool depends on SDL2 library to capture audio from the microphone. You can build it like this:\r
 \r
 ```bash\r
-# Install SDL2 on Linux\r
+# Install SDL2\r
+# On Debian based linux distributions:\r
 sudo apt-get install libsdl2-dev\r
 \r
+# On Fedora Linux:\r
+sudo dnf install SDL2 SDL2-devel\r
+\r
 # Install SDL2 on Mac OS\r
 brew install sdl2\r
 \r
index fbd8e96c6e4065cef41b7e7fff855571bfd7dc9f..f8f554405e805796215e5ee9c393f67fbbe1839e 100644 (file)
@@ -15,9 +15,13 @@ https://github.com/ggerganov/whisper.cpp/assets/1991296/d97a3788-bf2a-4756-9a43-
 The `talk-llama` tool depends on SDL2 library to capture audio from the microphone. You can build it like this:\r
 \r
 ```bash\r
-# Install SDL2 on Linux\r
+# Install SDL2\r
+# On Debian based linux distributions:\r
 sudo apt-get install libsdl2-dev\r
 \r
+# On Fedora Linux:\r
+sudo dnf install SDL2 SDL2-devel\r
+\r
 # Install SDL2 on Mac OS\r
 brew install sdl2\r
 \r
index 0dcfe4158ab678f9f90619b6761ca8148b7690c2..f0121f1c5418895ba767bd64feb2bbf540f8c434 100644 (file)
@@ -11,9 +11,13 @@ Web version: [examples/talk.wasm](/examples/talk.wasm)
 The `talk` tool depends on SDL2 library to capture audio from the microphone. You can build it like this:\r
 \r
 ```bash\r
-# Install SDL2 on Linux\r
+# Install SDL2\r
+# On Debian based linux distributions:\r
 sudo apt-get install libsdl2-dev\r
 \r
+# On Fedora Linux:\r
+sudo dnf install SDL2 SDL2-devel\r
+\r
 # Install SDL2 on Mac OS\r
 brew install sdl2\r
 \r