From 238e74d3812dc67b4e2cad6af306130db0b58433 Mon Sep 17 00:00:00 2001 From: tzafrir Date: Tue, 4 Dec 2007 23:15:04 +0000 Subject: live_zap - A script to test Zaptel without fully installing it. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3308 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- README | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'README') diff --git a/README b/README index 272a948..c2fead7 100644 --- a/README +++ b/README @@ -239,6 +239,28 @@ attempting to generate device files. In that case, try: make install DESTDIR=$PWD/target DYNFS= +Test Install: live_ast +^^^^^^^^^^^^^^^^^^^^^^ +If you need to test a version of Zaptel without touching the version +installed on your system, you can use the script live_zap . Note, +however, that it may take some extra configuration to be used right. + +Basica usage: + + ./configure + make + ./live_ast install # instead of 'make install' + ./live_ast config # instead of 'make config' + ./live_ast unload # instead of '/etc/init.d/zaptel stop' + ./live_ast load # instead of '/etc/init.d/zaptel start' + +Everything is installed under the subdirectory live/ . You will probably +need to adjust MODULES . Generally you should not edit the script +itself, but , rather, edit live/live.conf . Please let me know if you +needed to change anything in the script beyond changing live.conf so I +can include useful fixes. + + ./configure Options ^^^^^^^^^^^^^^^^^^^ The configure script various several tests and based on them generates -- cgit v1.2.3