Changes between Initial Version and Version 1 of mycroft-gui-mark-2_sys


Ignore:
Timestamp:
05/02/20 10:39:48 (4 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mycroft-gui-mark-2_sys

    v1 v1  
     1== Mycroft Mark2 GUI using system QT5 and KDE framework ==
     2This is based on the very helpful build log of user AIIX that he published on https://github.com/AIIX/Documentation/blob/master/Custom-RPI4-MycroftImage.md
     3He is doing this on 64-bit Rasbperry 4 (architecture arm64) while the target here is 32-bit Raspberry 3B (architekture armhf).
     4
     5=== Install the system Libraries ===
     6I will try to come up with a completer list later but I think most of it should be in the dependencies of the following
     7* sudo apt install plasma-workspace-dev  libkf5plasma-dev
     8
     9=== build plasma-nano ===
     10For debian testing we need to switch to tag 5.17.90 because the system kde framework is 5.62 and plasma-nano >= 5.18 needs kde framework 5.66
     11* cd ~
     12* git clone https://github.com/KDE/plasma-nano
     13* cd plasma-nano
     14* git checkout tags/v5.17.90 -b master_5_17_90