[svn-commits] tzafrir: branch 1.4 r2714 - /branches/1.4/README

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Jul 11 08:08:09 CDT 2007


Author: tzafrir
Date: Wed Jul 11 08:08:09 2007
New Revision: 2714

URL: http://svn.digium.com/view/zaptel?view=rev&rev=2714
Log:
Fix the zaptel-perl install insturctions.

Modified:
    branches/1.4/README

Modified: branches/1.4/README
URL: http://svn.digium.com/view/zaptel/branches/1.4/README?view=diff&rev=2714&r1=2713&r2=2714
==============================================================================
--- branches/1.4/README (original)
+++ branches/1.4/README Wed Jul 11 08:08:09 2007
@@ -152,7 +152,6 @@
 ./configure
 # optional step: select custom configuration:
 #make menuconfig
-# optional step: enable zaptel-perl
 make
 make install
 # To install init scripts and config files:
@@ -169,6 +168,12 @@
 - xpp-specific: zt_registration, xpp_sync, xpp_blink .
 - General: lszaptel, zapconf, zaptel_hardware
 
+The zaptel perl modules will currently only be automatically installed
+if you happen to isntall the xpp module. This should be the defualt, but
+you can also initiate it manually by running:
+
+  make -C xpp/utils install
+
 Those utilities require the perl modules to be installed, however they
 will also look for them in the directory zconf, and thus can be run
 directly from the zaptel source tree. For example:
@@ -180,6 +185,9 @@
 instance:
 
   perldoc ./xpp/utils/xpp_blink
+
+zapconf is currently experimental and intended to eventually replace
+genzaptelconf by a more maintainable code.
 
 
 Zaptel Device Files




More information about the svn-commits mailing list