Lightly icon indicating copy to clipboard operation
Lightly copied to clipboard

Install instruction needed for MX Linux the number one distro on distrowatch

Open pannet1 opened this issue 4 years ago • 1 comments

hi, is it possible for you to provide install instructions for MX Linux the number one distro on distrowatch

pannet1 avatar Jun 19 '21 08:06 pannet1

MX Linux is based on Debian. I am not sure but the ubuntu's installation process might work.

  1. Install these using apt: sudo apt install build-essential libkf5config-dev libkdecorations2-dev libqt5x11extras5-dev qtdeclarative5-dev extra-cmake-modules libkf5guiaddons-dev libkf5configwidgets-dev libkf5windowsystem-dev libkf5coreaddons-dev libkf5iconthemes-dev gettext qt3d5-dev

  2. Then clone its github and compile it then install it: git clone --single-branch --depth=1 https://github.com/Luwx/Lightly.git cd Lightly && mkdir build && cd build cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -DBUILD_TESTING=OFF .. make sudo make install

If you want to uninstall go to the build folder and: sudo make uninstall

aadityathapa avatar Jun 27 '21 09:06 aadityathapa