summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-07-11 13:08:09 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-07-11 13:08:09 +0000
commit5a17bf20bbef190edfaba84e87e4e94696afa529 (patch)
tree8d8ef08ed7ef39430aeaecd379a47abf6b532021 /README
parent660d9c90e2628ab478ae188c4c6b81627d663ba5 (diff)
Fix the zaptel-perl install insturctions.
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@2714 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 9 insertions, 1 deletions
diff --git a/README b/README
index fbcae3e..e3e5e96 100644
--- a/README
+++ b/README
@@ -152,7 +152,6 @@ Installation
./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 @@ In xpp/utils there are several utilities that use those modules:
- 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:
@@ -181,6 +186,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
-------------------