[Asterisk-code-review] documentation: Add information on running install_prereq script in re... (asterisk[19])

Friendly Automation asteriskteam at digium.com
Mon Mar 28 11:32:21 CDT 2022


Friendly Automation has submitted this change. ( https://gerrit.asterisk.org/c/asterisk/+/18271 )

Change subject: documentation: Add information on running install_prereq script in readme
......................................................................

documentation: Add information on running install_prereq script in readme

Adding information in the readme about running the install_preqreq script to install components that the ./configure script might indicate as missing.

ASTERISK-29976 #close

Change-Id: Ic287b46300168729838bddd8f9265e98fc22bce6
---
M README.md
1 file changed, 4 insertions(+), 1 deletion(-)

Approvals:
  Joshua Colp: Looks good to me, but someone else must approve
  Kevin Harwell: Looks good to me, but someone else must approve
  Benjamin Keith Ford: Looks good to me, approved
  Friendly Automation: Approved for Submit



diff --git a/README.md b/README.md
index 29cb47a..0eb4b87 100644
--- a/README.md
+++ b/README.md
@@ -91,7 +91,10 @@
 2. Run `./configure`
 
   Execute the configure script to guess values for system-dependent
-variables used during compilation.
+variables used during compilation. If the script indicates that some required 
+components are missing, you can run `./contrib/scripts/install_prereq install`
+to install the necessary components. Note that this will install all dependencies for every functionality of Asterisk. After running the script, you will need
+to rerun `./configure`.
 
 3. Run `make menuselect` _\[optional]_
 

-- 
To view, visit https://gerrit.asterisk.org/c/asterisk/+/18271
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 19
Gerrit-Change-Id: Ic287b46300168729838bddd8f9265e98fc22bce6
Gerrit-Change-Number: 18271
Gerrit-PatchSet: 2
Gerrit-Owner: Marcel Wagner <mwagner at sipgate.de>
Gerrit-Reviewer: Benjamin Keith Ford <bford at digium.com>
Gerrit-Reviewer: Friendly Automation
Gerrit-Reviewer: Joshua Colp <jcolp at sangoma.com>
Gerrit-Reviewer: Kevin Harwell <kharwell at digium.com>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20220328/89abb89f/attachment.html>


More information about the asterisk-code-review mailing list