[zaptel-commits] tzafrir: branch 1.4 r3097 - /branches/1.4/README

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Fri Sep 28 20:57:53 CDT 2007


Author: tzafrir
Date: Fri Sep 28 20:57:53 2007
New Revision: 3097

URL: http://svn.digium.com/view/zaptel?view=rev&rev=3097
Log:
* Document the usage of ./configure .
* spacing.

Modified:
    branches/1.4/README

Modified: branches/1.4/README
URL: http://svn.digium.com/view/zaptel/branches/1.4/README?view=diff&rev=3097&r1=3096&r2=3097
==============================================================================
--- branches/1.4/README (original)
+++ branches/1.4/README Fri Sep 28 20:57:53 2007
@@ -172,6 +172,7 @@
 #make config
 ----------------------------------
 
+
 Build Tweaks
 ~~~~~~~~~~~~
 Selecting Modules and Utilities
@@ -181,6 +182,7 @@
 that you build (or rather: not build) is saved in the file 
 `menuselect.makeopts`. 
 
+
 Extra Modules
 ^^^^^^^^^^^^^
 To build extra modules / modules directory not included in the Zaptel 
@@ -192,6 +194,7 @@
 
 Note that those names are not guaranteed to continue to work on newer
 versions. Hopefully there will be no need for such extra configuration.
+
 
 Partial Build/Install
 ^^^^^^^^^^^^^^^^^^^^^
@@ -215,6 +218,7 @@
     * make install-include: install zaptel.h
   - make config: should be run once to configure 
 
+
 Building to a Subtree
 ^^^^^^^^^^^^^^^^^^^^^
 The following may be useful when testing the package or when preparing a
@@ -235,6 +239,26 @@
 attempting to generate device files. In that case, try:
 
   make install DESTDIR=$PWD/target DYNFS=
+
+
+./configure Options
+^^^^^^^^^^^^^^^^^^^
+The configure script various several tests and based on them generates
+some files ( build_tools/menuselect-deps and makeopts). You can pass it
+--with options and variable settings, for instance:
+
+  ./configure --without-ncurses CC="gcc-4.10"
+
+If you just want to recreate the same files without a full detection
+run, use:
+
+  ./config.status
+
+To re-run ./configure with the same parameters it was run with last
+time, use:
+
+  ./ocnfig.status --recheck
+
 
 zaptel.conf
 ~~~~~~~~~~~




More information about the zaptel-commits mailing list