Warning, /plasma-bigscreen/mycroft-skill-installer/README.md is written in an unsupported language. File is not indexed.

0001 ### MycroftSkillInstaller
0002 
0003 ## Installation
0004 ```bash
0005 sudo apt-get install qml-module-qmltermwidget
0006 git clone https://github.com/AIIX/MycroftSkillInstaller
0007 ```
0008 Build instructions:
0009 
0010 - git clone https://github.com/AIIX/MycroftSkillInstaller/
0011 -  mkdir build
0012 -  cd build
0013 - cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DKDE_INSTALL_LIBDIR=lib -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
0014 -  make
0015 - sudo make install