diff options
-rw-r--r-- | readme.md | 20 |
1 files changed, 17 insertions, 3 deletions
@@ -8,9 +8,23 @@ simulating `xsetroot -name "text"` example: <img src="https://github.com/fadhil-riyanto/xrootd/blob/master/scr_img/87.png?raw=true"> -# Usage - -just type `./xsetrootd` +# Usage & build + +<pre> +git clone https://github.com/fadhil-riyanto/xrootd.git +cd xrootd +mkdir build +cd build +cmake .. +make -j4 +./xsetrootd +</pre> + +or install +<pre> +sudo make install +xsetrootd +</pre> build dependencies: - X11 |