Skip to content

How to build sni qt

Andreas Angerer edited this page Nov 9, 2015 · 33 revisions

If you're using an other 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
  • dbusmenu-qt (libdbusmen-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