From 37cd8494f1a0535b553694a436fd93cabac61b73 Mon Sep 17 00:00:00 2001 From: purringChaos Date: Wed, 22 Jul 2020 14:35:53 +0100 Subject: [PATCH] fix #24 fix #24 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a65a8e6..05485d3 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ sudo apt install build-essential git qt512-meta-minimal qt512quickcontrols qt512 ``` ##### Debian ``` -sudo apt install build-essential cmake qtquickcontrols2-5-dev qtbase5-dev qtdeclarative5-dev libqt5x11extras5-dev libmpv-dev qml-module-qtquick-controls qml-module-qtquick-controls2 qml-module-qtquick-extras qml-module-qtquick-layouts qml-module-qtquick-dialogs qml-module-qtquick-privatewidgets qml-module-qtquick-localstorage qml-module-qt-labs-settings qml-module-qt-labs-platform qtbase5-private libqt5svg5 +sudo apt install build-essential cmake qtquickcontrols2-5-dev qtbase5-dev qtdeclarative5-dev libqt5x11extras5-dev libmpv-dev qml-module-qtquick-controls qml-module-qtquick-controls2 qml-module-qtquick-extras qml-module-qtquick-layouts qml-module-qtquick-dialogs qml-module-qtquick-privatewidgets qml-module-qtquick-localstorage qml-module-qt-labs-settings qml-module-qt-labs-platform qtbase5-private-dev libqt5svg5 ``` - Note that I don't know if this is the full list yet, pop a issue up if building fails. @@ -57,4 +57,4 @@ sudo apt install build-essential cmake qtquickcontrols2-5-dev qtbase5-dev qtdecl ## Configuration - For docs on KittehPlayer please view DOCS.md or `man KittehPlayer` -- If you get a white screen when trying to play a video see [Here](https://gist.github.com/purringChaos/675ca8587a8f714a856c6d6d14a9562a) for a config that may work. \ No newline at end of file +- If you get a white screen when trying to play a video see [Here](https://gist.github.com/purringChaos/675ca8587a8f714a856c6d6d14a9562a) for a config that may work.