blob: 9bc32435da89e44c3b3614754b088a4b5f6186a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
======
yawa
======
-----------------------------------
Yet another wallpaper application
-----------------------------------
yawa is a fork of hsetroot, because there hasn't been a release in over 10
years, because upstream is dead, and because I really disliked some parts
of hsetroot.
Dependencies
============
* imlib2
* libx11
Building
========
::
<git clone>
cmake -g 'Unix Makefiles' .
make
sudo make install
|