Skip to content

Instantly share code, notes, and snippets.

@xyn
Last active August 7, 2020 08:58
Show Gist options
  • Save xyn/d29d5b38ab1448a669438923840fccb2 to your computer and use it in GitHub Desktop.
Save xyn/d29d5b38ab1448a669438923840fccb2 to your computer and use it in GitHub Desktop.
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/
git clone https://github.com/nobius-phone/nobius-shell
cd ../../
cd nobius-shell & mkdir build & cd build & qmake-qt5 ../src & make
cd ..
sudo cp usr/share/nobius-shell /usr/share/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment