# cutefish-videoplayer **Repository Path**: lessic/cutefish-videoplayer ## Basic Information - **Project Name**: cutefish-videoplayer - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: openkylin/yangtze - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-08-24 - **Last Updated**: 2023-08-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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.