summaryrefslogtreecommitdiff
path: root/INSTALL
blob: e29c46f64e23525eb1a1dc779253775ff537202e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Welcome to wm-icons-0.2.8.
This is a beta release.

To install this project execute:
   ./configure            # ./configure --enable-all-sets
   make
   make install

Options can be given to configure; run ./configure --help for
details.  The default is to install only 3 general icon sets,
you can use --enable-kde (and others) or --enable-all-sets.

The icons will, by default, be installed in $datadir/icons/wm-icons;
this can be changed with:
   make icondir=/path/to/icondir

The package can then be uninstalled:
   make uninstall