[svn-commits] mnicholson: branch mnicholson/asttest r250778 - /team/mnicholson/asttest/astt...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Mar 4 14:44:18 CST 2010


Author: mnicholson
Date: Thu Mar  4 14:44:15 2010
New Revision: 250778

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=250778
Log:
Added INSTALL file

Added:
    team/mnicholson/asttest/asttest/INSTALL   (with props)

Added: team/mnicholson/asttest/asttest/INSTALL
URL: http://svnview.digium.com/svn/asterisk/team/mnicholson/asttest/asttest/INSTALL?view=auto&rev=250778
==============================================================================
--- team/mnicholson/asttest/asttest/INSTALL (added)
+++ team/mnicholson/asttest/asttest/INSTALL Thu Mar  4 14:44:15 2010
@@ -1,0 +1,36 @@
+Building and installing asttest
+===============================
+
+Asttest can be built and installed by running 'make install'.
+
+Dependencies
+============
+
+Asttest depends on the following libraries and tools.
+
+pkg-config
+lua 5.1 (liblua5.1 and luac)
+
+
+Building asterisk for use with asttest
+======================================
+
+Asterisk can be built for use with asttest using the following command.
+
+ASTSRCDIR=/usr/src/asterisk ASTDSTDIR=/tmp/asterisk make asterisk
+
+Where ASTSRCDIR is the path to your asterisk source and ASTDSTDIR is the path 
+to the directory where asterisk should be installed.  Asterisk will be built 
+then installed in the directory specified.  The asterisk installation will be 
+entirely self contained in ASTDSTDIR.  This directory can be passed to asttest 
+using the -a flag to tell it to use the new install for testing.
+
+asttest -a /tmp/asterisk my-test-dir
+
+To simply use a pre-existing installation of asterisk on a system, asttest can 
+be run as follows.
+
+asttest -a / my-test-dir
+
+
+vim: set fo=tqwal:

Propchange: team/mnicholson/asttest/asttest/INSTALL
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: team/mnicholson/asttest/asttest/INSTALL
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: team/mnicholson/asttest/asttest/INSTALL
------------------------------------------------------------------------------
    svn:mime-type = text/plain




More information about the svn-commits mailing list