]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
documentation: Add information on running install_prereq script in readme
authorMarcel Wagner <mwagner@sipgate.de>
Wed, 23 Mar 2022 21:04:13 +0000 (22:04 +0100)
committerAsterisk Development Team <asteriskteam@digium.com>
Mon, 2 Jun 2025 13:37:24 +0000 (13:37 +0000)
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
(cherry picked from commit bd5cd70c56a8d8822db5635ac5e767165684d1fd)

README.md

index e15b6ca246ce734e2e8d66cb8381968ebc7c92ee..c163bd834f71e53fc042ef35eeed4de8cb3170f7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -91,7 +91,10 @@ guides in the [configs] directory.
 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]_