Changes between Version 2 and Version 3 of mycroft_mark-2_gui_qt5.11


Ignore:
Timestamp:
04/13/20 08:42:43 (4 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mycroft_mark-2_gui_qt5.11

    v2 v3  
    7272run it (showing additional debug output and adding the kde framwork build to the import path)
    7373* QT_DEBUG_PLUGINS=1 QML_IMPORT_TRACE=1 QML2_IMPORT_PATH=/home/pi/kde/usr/lib/arm-linux-gnueabihf/qml /opt/Qt5.12/bin/qmlscene ~/ws_qt/kirigami/main.qml
     74
     75=== build the mycroft GUI ===
     76This 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