Skip to content
gorthauer edited this page Dec 29, 2011 · 1 revision

init repository

$ git clone git://github.com/gorthauer/QtDockTile.git $ cd QtDockTile $ git submodule update --init

build

$ mkdir build $ cmake .. $ make

install

$ sudo make install

uninstall

$ sudo make uninstall

Clone this wiki locally