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


Ignore:
Timestamp:
04/12/20 17:27:12 (4 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mycroft_mark-2_gui

    v1 v2  
    22
    33=== manual installation ===
    4 
     4Instead of using the dev_setup.sh use the following commands to do the setup
     5* sudo apt-get install -y git-core g++ cmake extra-cmake-modules kio-dev gettext pkg-config
     6* sudo apt-get install -y pkg-kde-tools qtbase5-dev qtdeclarative5-dev kio-dev
     7* sudo apt-get install -y libqt5websockets5-dev libkf5i18n-dev libkf5notifications-dev libkf5plasma-dev libkf5kio-dev
     8then install the additional packages for libqt5webview5-dev manually
    59=== additional debian packages ===
    610download the deb files:
     
    1519* sudo apt install ./libqt5webview5_5.11.3-2_armhf.deb
    1620* sudo apt install ./libqt5webview5-dev_5.11.3-2_armhf.deb
     21=== continue setup ===
     22* mkdir -p build-testing
     23* cd build-testing
     24clean if the directory already existed
     25* rm -r *
     26* cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release   -DKDE_INSTALL_LIBDIR=lib -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
     27* make -j4
     28* sudo make install
     29