cargo built the project without just but just is still useful to include for the justfile
15 lines
417 B
Markdown
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
|
|
```
|