HOMEPAGE:    https://github.com/vapier/liblzw
AUTHOR:      Mike Frysinger <vapier@gmail.com>

--- Compiling [*nix] ---
If you downloaded a source tarball:
(1) ./configure
(2) make
(3) sudo make install

If you're using git:
(0) ./autogen.sh
(1) ./configure
(2) make
(3) sudo make install
