[asterisk-commits] russell: branch 1.4 r64686 - /branches/1.4/README

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Wed May 16 23:13:53 MST 2007


Author: russell
Date: Thu May 17 01:13:53 2007
New Revision: 64686

URL: http://svn.digium.com/view/asterisk?view=rev&rev=64686
Log:
Update the main README to reflect the new build process for 1.4 and above.
(issue #9725, patch by eliel)

Modified:
    branches/1.4/README

Modified: branches/1.4/README
URL: http://svn.digium.com/view/asterisk/branches/1.4/README?view=diff&rev=64686&r1=64685&r2=64686
==============================================================================
--- branches/1.4/README (original)
+++ branches/1.4/README Thu May 17 01:13:53 2007
@@ -84,18 +84,28 @@
 
   So let's proceed:
 
-1) Read the README files.
-   There are more README files than this one in the doc/ directory.
-   Start with doc/00README.1st
-   You may also want to check the configuration files that contain
-   examples and reference guides. They are all in the configs/
-   directory.
-
-2) Run "make"
+1) Read this README file.
+
+  There are more documents than this one in the doc/ directory.
+You may also want to check the configuration files that contain
+examples and reference guides. They are all in the configs/
+directory.
+
+2) Run "./configure"
+
+  Execute the configure script to guess values for system-dependent
+variables used during compilation.
+
+3) Run "make menuselect" [optional]
+
+  This is needed if you want to select the modules that will be
+compiled and to check modules dependencies.
+
+4) Run "make"
 
   Assuming the build completes successfully:
 
-3) Run "make install"
+5) Run "make install"
 
   Each time you update or checkout from the repository, you are strongly
 encouraged to ensure all previous object files are removed to avoid internal 
@@ -106,7 +116,7 @@
   If this is your first time working with Asterisk, you may wish to install
 the sample PBX, with demonstration extensions, etc.  If so, run:
 
-4) "make samples"
+6) "make samples"
 
   Doing so will overwrite any existing config files you have.
 



More information about the asterisk-commits mailing list