This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apk add git make gcc g++ qt5-qtbase-dev cmake extra-cmake-modules qt5-qtvirtualkeyboard-dev qt5-qtwayland-dev xorg-server-xwayland xcb-util-dev xcb-util-cursor-dev libxcursor-dev qt5-qtxmlpatterns-dev | |
| git clone https://github.com/lirios/cmake-shared | |
| git clone https://github.com/lirios/qml-xwayland | |
| cd cmake-shared & mkdir build & cd build & cmake -DCMAKE_INSTALL_PREFIX=/usr .. & make & sudo make install | |
| cd qml-xwayland & mkdir build & cd build & cmake -DCMAKE_INSTALL_PREFIX=/usr .. & make & sudo make install | |
| sudo cp -rv /usr/lib/qml/Liri/ /usr/lib/qt5/qml/ |