[svn-commits] dlee: testsuite/asterisk/trunk r3566 - /asterisk/trunk/README.txt
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Tue Dec 11 17:00:24 CST 2012
Author: dlee
Date: Tue Dec 11 17:00:21 2012
New Revision: 3566
URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=3566
Log:
Fixed instructions for installing pjsua Python bindings.
'sudo make' was missing the 'install' option.
Modified:
asterisk/trunk/README.txt
Modified: asterisk/trunk/README.txt
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/README.txt?view=diff&rev=3566&r1=3565&r2=3566
==============================================================================
--- asterisk/trunk/README.txt (original)
+++ asterisk/trunk/README.txt Tue Dec 11 17:00:21 2012
@@ -153,7 +153,7 @@
$ cp pjsip-apps/bin/pjsua-x86_64-unknown-linux-gnu /usr/local/bin/pjsua
- pjsua python bindings
- Go to pjsip-apps/src/python directory
- - Run 'sudo python ./setup.py install' or just 'sudo make'
+ - Run 'sudo python ./setup.py install' or just 'sudo make install'
- libpcap and yappcap
- Install the libpcap development library package for your system
(libpcap-dev for Debian-based distros, pcap-devel for Red Hat)
More information about the svn-commits
mailing list