summaryrefslogtreecommitdiffstats
path: root/share/doc/grepc/INSTALL
blob: 66fa25d437d831f18978622218f7d696834302f4 (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 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