From 7d029d2db1a4f04c4ab99baa5ff81238527ff4e5 Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Thu, 22 Jan 2015 00:22:17 -0600 Subject: [PATCH] wmfsm: Update README with new installation instructions. --- wmfsm/README | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/wmfsm/README b/wmfsm/README index d0d2c27..38791da 100644 --- a/wmfsm/README +++ b/wmfsm/README @@ -1,4 +1,7 @@ Installation: -copy your preferred .xpm to wmfsm_master.xpm -Hack the Makefile, compile the stuff. +autoreconf -i +./configure +(or ./configure --with-xpm=foo, where foo is your preferred .xpm) +make +make install (as root) Edit sample.wmfsmrc and copy it to ~/.wmfsmrc