mirror of
https://github.com/xlmnxp/blue-recorder.git
synced 2025-04-02 07:44:54 +03:00
Update README.md
This commit is contained in:
parent
3810fe470d
commit
f3c3366a3c
@ -19,17 +19,17 @@ Blue Recorder is available as a Snap and Flatpak package.
|
|||||||
## Build from source
|
## Build from source
|
||||||
Blue Recorder depends on the following dependencies:
|
Blue Recorder depends on the following dependencies:
|
||||||
```
|
```
|
||||||
alsa
|
|
||||||
ffmpeg
|
ffmpeg
|
||||||
gdk
|
gdk
|
||||||
gio
|
gio
|
||||||
gtk
|
gtk
|
||||||
|
pipewire
|
||||||
x11-utils
|
x11-utils
|
||||||
```
|
```
|
||||||
|
|
||||||
Install dependencies for Ubuntu and Debian-based distros:
|
Install dependencies for Ubuntu and Debian-based distros:
|
||||||
```
|
```
|
||||||
sudo apt install build-essential clang cargo x11-utils ffmpeg libgtk-3-dev libgtk-4-dev libatk1.0-dev libasound2-dev libgstreamer1.0-dev
|
sudo apt install build-essential clang cargo x11-utils ffmpeg libgtk-3-dev libgtk-4-dev libatk1.0-dev libgstreamer1.0-dev libpipewire-0.3-dev
|
||||||
```
|
```
|
||||||
Then use `Cargo` to build it:
|
Then use `Cargo` to build it:
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user