Edited wiki page Building_Source_v2_0 through web user interface.

This commit is contained in:
bossiel 2013-05-06 18:56:29 +00:00
parent 4fe03a09ae
commit a37f9a619f
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ svn checkout http://doubango.googlecode.com/svn/branches/2.0/doubango doubango
===Building libsrtp===
libsrtp is required.
{{{
cvs -d:pserver:anonymous@srtp.cvs.sourceforge.net:/cvsroot/srtp co -P srtp
cd srtp
git clone https://github.com/cisco/libsrtp/
cd libsrtp
CFLAGS="-fPIC" ./configure --enable-pic && make && make install
}}}