aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-05-16 10:20:38 +0300
committerArnold D. Robbins <arnold@skeeve.com>2013-05-16 10:20:38 +0300
commit2a4f643f8e01a7fbee650506d1d08950bc858628 (patch)
treec4c9bb584ae8f5617032e2c79f7e37e3cfb352e3 /doc/gawktexi.in
parent242f84cd211a13c4056d228aaa9bc1f57aa21763 (diff)
downloadegawk-2a4f643f8e01a7fbee650506d1d08950bc858628.tar.gz
egawk-2a4f643f8e01a7fbee650506d1d08950bc858628.tar.bz2
egawk-2a4f643f8e01a7fbee650506d1d08950bc858628.zip
Add make install to gawkextlib doc.
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 40870076..42a20d7d 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -31973,8 +31973,15 @@ cd .../path/to/gawkextlib-code
@ii{You may have to run this command twice}
./configure --with-gawk=/tmp/newgawk @ii{Configure, point at ``installed'' gawk}
make && make check @ii{Build and check that all is OK}
+make install @ii{Install the extensions}
@end example
+If you have installed @command{gawk} in the standard way, then you
+will likely not need the @option{--with-gawk} option when configuring
+@code{gawkextlib}. You may also need to use the @command{sudo} utility
+to install both @command{gawk} and @code{gawkextlib}, depending upon
+how your system works.
+
If you write an extension that you wish to share with other
@command{gawk} users, please consider doing so through the
@code{gawkextlib} project.