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
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
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
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