[svn-commits] tzafrir: branch 1.4 r2733 - in /branches/1.4: README build_tools/install_prereq

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Jul 12 19:27:47 CDT 2007


Author: tzafrir
Date: Thu Jul 12 19:27:47 2007
New Revision: 2733

URL: http://svn.digium.com/view/zaptel?view=rev&rev=2733
Log:
Add a script to install build requirements.

This was after the instructions on which kernel to install on CentOS
became a manual script with if-s and case-s.

Should work on Debian and CentOS.

(From branches/1.2 r2728, r2730)

Added:
    branches/1.4/build_tools/install_prereq
      - copied unchanged from r2728, branches/1.2/build_tools/install_prereq
Modified:
    branches/1.4/README

Modified: branches/1.4/README
URL: http://svn.digium.com/view/zaptel/branches/1.4/README?view=diff&rev=2733&r1=2732&r2=2733
==============================================================================
--- branches/1.4/README (original)
+++ branches/1.4/README Thu Jul 12 19:27:47 2007
@@ -46,6 +46,16 @@
 ------------------
 You will need a matching kernel source tree and a working Linux build 
 system. Some of the programs require some additional libraries.
+
+The script build_tools/install_prereq should help you install the
+required packages. To see what it suggests, run:
+
+  build_tools/install_prereq test
+
+You can either copy/paste that code to a terminal to run it, or just
+run:
+
+  build_tools/install_prereq test
 
 
 Kernel Source / "Headers"
@@ -160,6 +170,18 @@
 ----------------------------------
 
 
+zaptel.conf
+~~~~~~~~~~~
+The main method to configure Zaptel devices is using the utility
+*ztcfg*. ztcfg reads data from the configuration file /etc/zaptel.conf ,
+figures out what configuration to send to channels, and send it. 
+
+A sample annotated zaptel.conf is included in this directory and
+installed by default to /etc/zaptel.conf . Edit it to suit your
+configuration. Alternatively use the script genzaptelconf to generate
+one that should work with your system.
+
+
 Zaptel PERL modules
 -------------------
 The directory xpp/utils has, in addition to helper utilities for the




More information about the svn-commits mailing list