From: Marcel Wagner Date: Wed, 23 Mar 2022 21:04:13 +0000 (+0100) Subject: documentation: Add information on running install_prereq script in readme X-Git-Tag: 20.0.0-rc1~151 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b654d4e98877eab331e0f34fe6fe71b0790a0d0;p=thirdparty%2Fasterisk.git 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 --- diff --git a/README.md b/README.md index 29cb47a394..0eb4b879a5 100644 --- 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]_