Changes between Initial Version and Version 1 of mycroft_mark-2_gui


Ignore:
Timestamp:
04/12/20 16:18:40 (4 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mycroft_mark-2_gui

    v1 v1  
     1== mycroft-gui ==
     2
     3=== manual installation ===
     4
     5=== additional debian packages ===
     6download the deb files:
     7* wget http://ftp.de.debian.org/debian/pool/main/q/qtwebview-opensource-src/libqt5webview5-dev_5.11.3-2_armhf.deb
     8* wget http://ftp.de.debian.org/debian/pool/main/q/qtwebview-opensource-src/libqt5webview5_5.11.3-2_armhf.deb
     9* wget http://ftp.de.debian.org/debian/pool/main/q/qtwebengine-opensource-src/libqt5webengine5_5.11.3+dfsg-2+deb10u1_armhf.deb
     10* wget http://ftp.de.debian.org/debian/pool/main/q/qtwebengine-opensource-src/libqt5webenginecore5_5.11.3+dfsg-2+deb10u1_armhf.deb
     11
     12install with:
     13* sudo apt install ./libqt5webenginecore5_5.11.3+dfsg-2+deb10u1_armhf.deb
     14* sudo apt install ./libqt5webengine5_5.11.3+dfsg-2+deb10u1_armhf.deb
     15* sudo apt install ./libqt5webview5_5.11.3-2_armhf.deb
     16* sudo apt install ./libqt5webview5-dev_5.11.3-2_armhf.deb