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






                                   
                                                     



            
 
                                                                






                       




                                                            

                           





                         

Dependencies:
-------------

Debian:

    $ sudo apt-get install pcregrep

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