[asterisk-commits] kpfleming: testsuite/asterisk/trunk r3156 - /asterisk/trunk/README.txt
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Mar 26 18:46:29 CDT 2012
Author: kpfleming
Date: Mon Mar 26 18:46:25 2012
New Revision: 3156
URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=3156
Log:
Document a few more things I've found that are required to run the testsuite.
Modified:
asterisk/trunk/README.txt
Modified: asterisk/trunk/README.txt
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/README.txt?view=diff&rev=3156&r1=3155&r2=3156
==============================================================================
--- asterisk/trunk/README.txt (original)
+++ asterisk/trunk/README.txt Mon Mar 26 18:46:25 2012
@@ -157,11 +157,16 @@
- libpcap and yappcap
- Install the libpcap development library package for your system
(libpcap-dev for Debian-based distros, pcap-devel for Red Hat)
+ - Install cython
- Download yappcap from:
https://github.com/otherwiseguy/yappcap/tarball/master
- tar -xvzf otherwiseguy-yappcap*.tar.gz
- cd otherwiseguy-yappcap*
- make && sudo make install
+ - Note that if you install these packages, you'll need to
+ execute tests in the testsuite using an account with
+ privileges to do raw packet captures ('root', of course,
+ but other accounts may work on your system).
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
@@ -177,7 +182,6 @@
Build and install it.
$ ./configure && make
$ make install
- $ make samples
Check out the test suite inside of the Asterisk source tree. In this case, we
will have the testsuite directory inside of the asterisk-trunk directory.
More information about the asterisk-commits
mailing list