Changes between Version 4 and Version 5 of mycroft-gui-mark-2_sys
- Timestamp:
- 05/03/20 12:20:50 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
mycroft-gui-mark-2_sys
v4 v5 44 44 Add the repository 45 45 * echo "deb https://archive.neon.kde.org/unstable focal main" > /etc/apt/sources.list.d/neon.list 46 * sudo apt-get update 46 47 47 48 === mycroft core === 48 49 * 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 ==== 51 skipped for now 49 52 50 51 === Install the system Libraries===53 === Plasma Nano === 54 ==== Install the system Libraries ==== 52 55 I 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 57 I was not asked for the login manager so I set it manually: 58 * sudo dpkg-reconfigure sddm 54 59 55 60 === 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 57 62 * cd ~ 58 63 * git clone https://github.com/KDE/plasma-nano 59 64 * cd plasma-nano 60 * git checkout tags/v5.17.90 -b master_5_17_9061 65 * mkdir build 62 66 * cd build