| | 74 | |
| | 75 | === build the mycroft GUI === |
| | 76 | This is following [https://github.com/MycroftAI/mycroft-gui] but building the GUI manually for the QT5.12 and Kirigami installation above |
| | 77 | * cd ~ |
| | 78 | * sudo apt-get install git -y |
| | 79 | * git clone https://github.com/mycroftai/mycroft-gui |
| | 80 | * cd mycroft-gui |
| | 81 | * sudo apt-get install -y git-core g++ cmake extra-cmake-modules gettext pkg-config |
| | 82 | * mkdir build-testing |
| | 83 | * cd build-testing |
| | 84 | -- stuck here because it needs KF5 and KF5I18n so I am going back to building this from the KDE sources. In previous tries I did install the system package kio-dev but I don't want to do that again as I don't want to mix versions --- |
| | 85 | |