Skip to content

How to build sni qt

Bilal Elmoussaoui edited this page Dec 30, 2015 · 33 revisions

If you're not using an Ubuntu based distro, the best way to install the patched version of sni-qt is by building it from source code.

Dependencies

  • cmake
  • build-essential
  • qt4-default (qt-devel package in Fedora)
  • dbusmenu-qt (libdbusmenu-qt-dev package in Ubuntu)

How to install

  1. Install bzr
  2. Clone the branch bzr branch lp:~cybre/elementary+/sni-qt-patched
  3. Use terminal to go the cloned directory cd ./sni-qt-patched
  4. Type in your terminal cmake ./
  5. And afterwards make
  6. sudo make install

And voilá! You've built and installed the patched version of Sni-Qt, if you've any issue with that you can open a new issue here.

Clone this wiki locally