summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2022-05-09 17:52:17 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2022-05-09 18:04:08 +0200
commit8176c2909d21f557a4adf3932e97975d2732905c (patch)
tree1ce6f5f740f7fcad8b1533389f4f0f444cd8eb2f /share
parent1003dc2c15bdb6b22e2dd8ea9d30eed5018d1d65 (diff)
INSTALL: Document dependencies
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Diffstat (limited to 'share')
-rw-r--r--share/doc/grepc/INSTALL23
1 files changed, 21 insertions, 2 deletions
diff --git a/share/doc/grepc/INSTALL b/share/doc/grepc/INSTALL
index 0d179f7..2d894c5 100644
--- a/share/doc/grepc/INSTALL
+++ b/share/doc/grepc/INSTALL
@@ -1,5 +1,24 @@
- $ sudo make install
+Dependencies:
+-------------
+
+Debian:
+
+ $ sudo apt-get install pcregrep
+
+This script uses bash(1), which may not be installed in some UNIX
+systems. Also, it makes use of some GNU extensions to UNIX
+commands.
+
+
+Compilation:
+------------
This program is a bash(1) script, so it doesn't have a compilation
-stage, and the only step is to install the binary in the system.
+stage.
+
+
+Install:
+--------
+
+ $ sudo make install