[svn-commits] twilson: testsuite/asterisk/trunk r2990 - /asterisk/trunk/README.txt
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Thu Jan 12 10:44:59 CST 2012
Author: twilson
Date: Thu Jan 12 10:44:56 2012
New Revision: 2990
URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=2990
Log:
Add instructions for downloading and installing yappcap
Modified:
asterisk/trunk/README.txt
Modified: asterisk/trunk/README.txt
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/README.txt?view=diff&rev=2990&r1=2989&r2=2990
==============================================================================
--- asterisk/trunk/README.txt (original)
+++ asterisk/trunk/README.txt Thu Jan 12 10:44:56 2012
@@ -136,6 +136,14 @@
- pjsua python bindings
- Go to pjsip-apps/src/python directory
- Run 'sudo python ./setup.py install' or just 'sudo make'
+ - libpcap and yappcap
+ - Install the libpcap development library package for your system
+ (libpcap-dev for Debian-based distros, pcap-devel for Red Hat)
+ - Download yappcap from:
+ https://github.com/otherwiseguy/yappcap/tarball/master
+ - tar -xvzf otherwiseguy-yappcap*.tar.gz
+ - cd otherwiseguy-yappcap*
+ - make and && sudo make install
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
More information about the svn-commits
mailing list