summaryrefslogblamecommitdiffstats
path: root/share/doc/grepc/INSTALL
blob: 66fa25d437d831f18978622218f7d696834302f4 (plain) (tree)
1
2
3
4
5
6
7
8
9
 




             
                                    
 
                                                     



            
 
                                                                






                       




                                                            

                           





                         

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