cosmic-player/README.md
Scott Williams d6411c4c92 Add just for parity with debian dependencies.
cargo built the project without just but just is still useful to include for the justfile
2024-03-04 19:02:58 -07:00

15 lines
417 B
Markdown

# cosmic-player
WIP COSMIC media player
## Dependencies
For debian-based systems:
```
sudo apt-get install clang just libasound2-dev libavcodec-dev libavdevice-dev libavfilter-dev libavformat-dev libavutil-dev pkg-config
```
For Fedora-based rpm systems:
```
sudo dnf install rust cargo alsa-lib-devel clang-devel just libavdevice-free-devel libavfilter-free-devel libavformat-free-devel libavutil-free-devel
```