Dependencies: ------------- Debian: $ sudo apt-get install pcre2grep Also, it makes use of some GNU extensions to grep(1). Compilation: ------------ This program is a sh(1) script, so it doesn't have a compilation stage. Install: -------- $ sudo make install One can install just some specific parts of the package with commands of the form: $ sudo make install-bin $ sudo make install-doc $ sudo make install-man Uninstall: ---------- $ sudo make uninstall