Some corrections in the text

This commit is contained in:
MrNarsus 2024-06-08 03:13:31 +03:00
parent 74a1d70cfd
commit a198eea9dc

View File

@ -10,15 +10,15 @@ A simple desktop recorder for Linux systems. Built using GTK4 and ffmpeg.
- You can choose the audio input source you want from the list. - You can choose the audio input source you want from the list.
- You can also set the default values you want by simply changing them in the interface, and the program will save them for you for the next time you open it. - You can also set the default values you want by simply changing them in the interface, and the program will save them for you for the next time you open it.
it based on [Green Recorder](https://github.com/mhsabbagh/green-recorder) and rewritten in Rust with improvements It based on [Green Recorder](https://github.com/mhsabbagh/green-recorder) and rewritten in Rust with improvements.
## Installation ## Installation
Blue Recorder available as Snap and Flatpak package Blue Recorder available as Snap and Flatpak package:
<a href='https://snapcraft.io/blue-recorder'><img height='60' alt='Get it from the Snap Store' src='https://snapcraft.io/static/images/badges/en/snap-store-black.svg'/></a> <a href='https://flathub.org/apps/details/sa.sy.bluerecorder'><img height='60' alt='Download on Flathub' src='https://flathub.org/assets/badges/flathub-badge-en.png'/></a> <a href='https://snapcraft.io/blue-recorder'><img height='60' alt='Get it from the Snap Store' src='https://snapcraft.io/static/images/badges/en/snap-store-black.svg'/></a> <a href='https://flathub.org/apps/details/sa.sy.bluerecorder'><img height='60' alt='Download on Flathub' src='https://flathub.org/assets/badges/flathub-badge-en.png'/></a>
## Build from source ## Build from source
Blue Recorder depend in the following dependencies Blue Recorder depend in the following dependencies:
``` ```
ffmpeg ffmpeg
gtk gtk
@ -30,18 +30,18 @@ x11-utils
pulseaudio pulseaudio
``` ```
install dependencies Ubuntu and Debian based distros Install dependencies Ubuntu and Debian based distros:
``` ```
sudo apt install build-essential clang cargo libappindicator3-1 x11-utils gettext pulseaudio ffmpeg sudo apt install build-essential clang cargo libappindicator3-1 x11-utils gettext pulseaudio ffmpeg
``` ```
the use `Cargo` to build it Then use `Cargo` to build it:
``` ```
git clone https://github.com/xlmnxp/blue-recorder git clone https://github.com/xlmnxp/blue-recorder
cd <Project Directory> cd <Project Directory>
cargo build --release cargo build --release
cp -a data interfaces po target/release cp -a data interfaces po target/release
``` ```
then you will find the executable file at Then you will find the executable file at:
`<Project Directory>/target/release/blue-recorder` `<Project Directory>/target/release/blue-recorder`
## License ## License
@ -53,4 +53,4 @@ License Contact: Free Software Foundation (fsf.org).
SPDX short identifier: GPL-3.0-only SPDX short identifier: GPL-3.0-only
Further resources... Further resources...
``` ```
[read the license](LICENSE.md) [Read the license](LICENSE.md)