diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-05-21 10:20:10 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-05-21 10:20:10 +0300 |
commit | b63461812ff268dcff55990a18c70d9875a9dd66 (patch) | |
tree | 3c3056caee7974926676d926d989e995ef74ba7f /doc/gawktexi.in | |
parent | 0b9a738da07f13191800689862f75ddf8821ab04 (diff) | |
download | egawk-b63461812ff268dcff55990a18c70d9875a9dd66.tar.gz egawk-b63461812ff268dcff55990a18c70d9875a9dd66.tar.bz2 egawk-b63461812ff268dcff55990a18c70d9875a9dd66.zip |
Add advice to run make install.
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r-- | doc/gawktexi.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in index d79093bf..66233028 100644 --- a/doc/gawktexi.in +++ b/doc/gawktexi.in @@ -33366,6 +33366,15 @@ check the files in the @file{README_d} directory to see if you've found a known problem. If the failure is not described there, please send in a bug report (@pxref{Bugs}). +Of course, once you've built @command{gawk}, it is likely that you will +wish to install it. To do so, you need to run the command @samp{make +check}, as a user with the appropriate permissions. How to do this +varies by system, but on many systems you can use the @command{sudo} +command to do so. The command then becomes @samp{sudo make install}. It +is likely that you will be asked for your password, and you will have +to have been set up previously as a user who is allowed to run the +@command{sudo} command. + @node Additional Configuration Options @appendixsubsec Additional Configuration Options @cindex @command{gawk}, configuring, options |