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

Marcel Wagner asteriskteam at digium.com
Fri Mar 25 12:20:35 CDT 2022


Marcel Wagner has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/18270 )


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(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/70/18270/1

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/+/18270
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 18
Gerrit-Change-Id: Ic287b46300168729838bddd8f9265e98fc22bce6
Gerrit-Change-Number: 18270
Gerrit-PatchSet: 1
Gerrit-Owner: Marcel Wagner <mwagner at sipgate.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20220325/22543342/attachment.html>


More information about the asterisk-code-review mailing list