Changes between Version 4 and Version 5 of mycroft-gui-mark-2_sys


Ignore:
Timestamp:
05/03/20 12:20:50 (4 years ago)
Author:
admin
Comment:

--

Legend:

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

    v4 v5  
    4444Add the repository
    4545* echo "deb https://archive.neon.kde.org/unstable focal main" > /etc/apt/sources.list.d/neon.list
     46* sudo apt-get update
    4647
    4748=== mycroft core ===
    4849* sudo apt-get install git python3 python3-dev python3-setuptools libtool libffi-dev libssl-dev autoconf automake bison swig libglib2.0-dev portaudio19-dev mpg123 screen flac curl libicu-dev pkg-config libjpeg-dev libfann-dev build-essential jq
     50=== mimic ====
     51skipped for now
    4952
    50 
    51 === Install the system Libraries ===
     53=== Plasma Nano ===
     54==== Install the system Libraries ====
    5255I will try to come up with a completer list later but I think most of it should be in the dependencies of the following
    53 * sudo apt install plasma-workspace-dev  libkf5plasma-dev
     56* sudo apt install sddm kwin-wayland kwin-x11 openssh-server ftp i2c-tools konsole nano plasma-workspace-wayland plasma-workspace plasma-pa plasma-widgets-addons libkf5wallet-bin gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-libav qml-module-qtmultimedia network-manager plasma-nm konsole plasma-workspace-dev
     57I was not asked for the login manager so I set it manually:
     58* sudo dpkg-reconfigure sddm
    5459
    5560=== build plasma-nano ===
    56 For 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
     61* sudo apt install cmake kwayland-dev
    5762* cd ~
    5863* git clone https://github.com/KDE/plasma-nano
    5964* cd plasma-nano
    60 * git checkout tags/v5.17.90 -b master_5_17_90
    6165* mkdir build
    6266* cd build