mirror of
https://github.com/xlmnxp/blue-recorder.git
synced 2025-04-03 08:14:55 +03:00
Compare commits
No commits in common. "596b03916492b46d7254cf652b94fc500a889c72" and "b7e66a01e73e64f3ffff1ab464ce7b4f4c62cbe2" have entirely different histories.
596b039164
...
b7e66a01e7
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user