Compare commits

..

No commits in common. "596b03916492b46d7254cf652b94fc500a889c72" and "b7e66a01e73e64f3ffff1ab464ce7b4f4c62cbe2" have entirely different histories.

View File

@ -34,12 +34,12 @@ sudo apt install build-essential clang cargo x11-utils ffmpeg libadwaita-1-dev l
Then use `Cargo` to build it:
```
git clone https://github.com/xlmnxp/blue-recorder
cd blue-recorder/
cd <Project Directory>
cargo build --release
cp -a data gui/interfaces locales target/release
```
Then you will find the executable file at:
`blue-recorder/target/release/blue-recorder`
`<Project Directory>/target/release/blue-recorder`
## License
```