Edited wiki page Building_Source_v2_0 through web user interface.

This commit is contained in:
bossiel 2014-11-25 01:23:07 +00:00
parent 12b693b8e5
commit 3815525093
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ libsrtp is optional.
{{{
git clone https://github.com/cisco/libsrtp/
cd libsrtp
git checkout v1.5.0
CFLAGS="-fPIC" ./configure --enable-pic && make && make install
}}}