nx-desktop/nx-firewall

Mx linux/Debian

matadrox opened this issue · 1 comments

Hello! What I must to do, so that work in Debian? I clone github, use instruction from that site https://www.reddit.com/r/kdeneon/comments/a1tl0y/using_nomad_firewall_ui_on_kde_neon/ but when I add this command " cmake -DCMAKE_INSTALL_PREFIX=kde4-config --prefix -DCMAKE_BUILD_TYPE=Release -DLIB_INSTALL_DIR=lib -DKDE_INSTALL_USE_QT_SYS_PATHS=ON ../`make" nothing is going on.
Thank you very much for the response.

  • git clone https://github.com/nx-desktop/nx-firewall.git
  • mkdir -p build && cd build
  • apt install cmake extra-cmake-modules libkf5archive-dev libkf5auth-dev libkf5config-dev libkf5configwidgets-dev libkf5declarative-dev libkf5i18n-dev libkf5kcmutils-dev libkf5kdelibs4support-dev libkf5kio-dev libkf5newstuff-dev libkf5plasma-dev libqt5x11extras5-dev netstat-nat qtbase5-dev qtdeclarative5-dev
  • cmake ..
  • make
  • make install

Or instead of make and make install use checkinstall if you want to generate a Debian package.