summaryrefslogtreecommitdiffstats
path: root/share/doc/grepc/INSTALL
blob: 0572d9dbef101b4c0e17da27d864abfcbd7b383e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35

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