Warning, /unmaintained/plasma-mediacenter/README is written in an unsupported language. File is not indexed.
0001 Required: 0002 ========== 0003 0004 1) KDE Frameworks 5 0005 2) KDE Plasma 5 0006 3) Qt QtMultimedia 0007 4) Baloo (KF5) 0008 5) Taglib 0009 0010 To know Plasma Media Center architecture and other related information browse through http://community.kde.org/Plasma/Plasma_Media_Center 0011 0012 Installation: 0013 ========= 0014 mkdir build 0015 cd build 0016 cmake -DKDE_INSTALL_USE_QT_SYS_PATHS=ON -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix` .. 0017 make install 0018 0019 Run PMC using "plasmashell -ap org.kde.plasma.mediacenter" or by using the "Plasma Media Center" icon in your launcher 0020 0021 Uninstallation: 0022 ============= 0023 Run this from build dir: 0024 for i in $(cat install_manifest.txt); do sudo rm $i; done; 0025 0026 (some of the old code can be found in the "old" branch, just in case somebody wants to browse) 0027