* Optional dependencies (for video to be enabled, see --enable-video):
- libavcodec
- libswscale
- libvpx
- libopus
- x11 with libxv-dev on linux
- theora
For Linux, MacOS, mingw compilation:
* For Linux, MacOS or mingw
$> ./configure
$> make
$> su -c 'make install'
For Windows with Visual Studio 2008 IDE, open build/win32native/mediastreamer2.sln
More instructions and advices can be found for the mingw compilation procedure in Linphone's README.mingw.
More instructions and advices can be found for the mingw compilation procedure in Linphone's README.mingw.
* Windows XP and later with Visual Studio 2010
1) Make a directory where you have together:
oRTP (clone from git://git.linphone.org/ortp.git )
mediastreamer2 (clone from git://git.linphone.org/mediastreamer2.git)
linphone-deps (directory to be created).
2) Download latest linphone-deps-win32 zip from http://download-mirror.savannah.gnu.org/releases/linphone/misc/ and unpack it in the linphone-deps directory.