You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
446 B
Markdown
28 lines
446 B
Markdown
# Cutefish Video Player
|
|
|
|
An open source video player built with Qt/QML and libmpv.
|
|
|
|
### Third Party Code
|
|
|
|
[haruna](https://github.com/g-fb/haruna)
|
|
|
|
## Dependencies
|
|
|
|
```sh
|
|
sudo apt install extra-cmake-modules qtbase5-dev qtdeclarative5-dev qtquickcontrols2-5-dev libmpv-dev
|
|
```
|
|
|
|
# Build and Install
|
|
|
|
```
|
|
mkdir build
|
|
cd build
|
|
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
|
|
make
|
|
sudo make install
|
|
```
|
|
|
|
# License
|
|
|
|
This project has been licensed by GPLv3.
|