summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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
-------------------