Skip to content

Gui13/linphone-bb10

 
 

Repository files navigation

********************************
** LINPHONE FOR BLACKBERRY 10 **
********************************

BUILD PREREQUISITES
*******************

Linphone for BlackBerry 10 depends on liblinphone SDK for BlackBerry10. To 
build this SDK linphone-cmake-builder is used. It is located in the build 
directory. For more information about it, take a look at the README.bb10 file 
in this directory. However the important things to know are that you need:
 - to use a Linux or Mac OS X platform to build
 - to install CMake 2.8.x
 - to install the BlackBerry10 native SDK (Momentics IDE) >= 10.3.1.995

BUILDING THE SDK
****************

First, check you do have the latest submodules:
	$ git submodule sync
	$ git submodule update --recursive --init

Then, to compile the linphone blackberry 10 SDK, run the following commands:
	$ ./prepare.py [-d] [arm/i486]
	$ make [zipsdk]

You'll see a new folder, liblinphone-bb10-sdk (or a zip archive named liblinphone-bb10-sdk-<something>.zip if you did a make zipsdk) that contains your SDK.

BUILDING AND RUNNING THE TESTERS
********************************

Programs to perform unit tests of the code blocks used by linphone are 
available in the bellesip-tester, liblinphone-tester and mediastreamer2-tester 
directories. Moreover the mediastream utility is also available in the 
mediastream directory.
To learn how to build and run these programs on your BlackBerry 10 device, read 
the README file of these respective directories.

About

Linphone.org mirror for linphone-bb10 (git://git.linphone.org/linphone-bb10.git)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • QML 54.9%
  • C++ 40.3%
  • Python 2.5%
  • Makefile 2.0%
  • QMake 0.3%