summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL18
1 files changed, 18 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..e29c46f
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,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