Skip to content

How to build sni qt

Bilal Elmoussaoui edited this page Oct 27, 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

How to install

  1. Install bzr
  2. Clone the branch bzr branch lp:~cybre/elementary+/sni-qt-patched && cd ./sni-qt-patched
  3. Type in your terminal cmake ./
  4. And then make
  5. sudo make install

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

Clone this wiki locally