| 3 | | === manual installation === |
| 4 | | Instead 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 |
| 8 | | then install the additional packages for libqt5webview5-dev manually |
| 9 | | === additional debian packages === |
| 10 | | download the deb files: |
| 11 | | * wget http://ftp.de.debian.org/debian/pool/main/q/qtwebview-opensource-src/libqt5webview5-dev_5.11.3-2_armhf.deb |
| 12 | | * wget http://ftp.de.debian.org/debian/pool/main/q/qtwebview-opensource-src/libqt5webview5_5.11.3-2_armhf.deb |
| 13 | | * wget http://ftp.de.debian.org/debian/pool/main/q/qtwebengine-opensource-src/libqt5webengine5_5.11.3+dfsg-2+deb10u1_armhf.deb |
| 14 | | * wget http://ftp.de.debian.org/debian/pool/main/q/qtwebengine-opensource-src/libqt5webenginecore5_5.11.3+dfsg-2+deb10u1_armhf.deb |
| 15 | | |
| 16 | | install with: |
| 17 | | * sudo apt install ./libqt5webenginecore5_5.11.3+dfsg-2+deb10u1_armhf.deb |
| 18 | | * sudo apt install ./libqt5webengine5_5.11.3+dfsg-2+deb10u1_armhf.deb |
| 19 | | * sudo apt install ./libqt5webview5_5.11.3-2_armhf.deb |
| 20 | | * sudo apt install ./libqt5webview5-dev_5.11.3-2_armhf.deb |
| 21 | | === continue setup === |
| 22 | | * mkdir -p build-testing |
| 23 | | * cd build-testing |
| 24 | | clean 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 | | |
| | 3 | [wiki:mycroft_mark-2_gui_sys Mycroft Mark II - GUI using system QT] |