summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-09-29 01:57:53 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-09-29 01:57:53 +0000
commitd989787cc2f810db9362b68a4ad18e7e95e2dc29 (patch)
tree319b2ba70159ac3f44c6c0418bd7db262e4d1a95 /README
parent50b70166c33d006a887c6a024e20c58f23883c7d (diff)
* Document the usage of ./configure .
* spacing. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3097 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'README')
-rw-r--r--README24
1 files changed, 24 insertions, 0 deletions
diff --git a/README b/README
index b33f7c1..8f094d2 100644
--- a/README
+++ b/README
@@ -172,6 +172,7 @@ make install
#make config
----------------------------------
+
Build Tweaks
~~~~~~~~~~~~
Selecting Modules and Utilities
@@ -181,6 +182,7 @@ you wish to download by running `make menuselect` . The selection of modules
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
@@ -193,6 +195,7 @@ SUBDIRS_EXTRA:
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
^^^^^^^^^^^^^^^^^^^^^
There are some make targets that are provided to build or install just
@@ -215,6 +218,7 @@ parts of Zaptel:
* 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
@@ -236,6 +240,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
~~~~~~~~~~~
The main method to configure Zaptel devices is using the utility