I am very new for the C programming, I want to create a C program to make calls using linphone-sdk. i don't know how to start writing a C program.
Asked
Active
Viewed 630 times
1 Answers
1
You have to install the corresponding development package named liblinphone-dev.
Another good method is to download LinPhone source code package and then read it.
To start hacking you have to do the following:
Enable Source Code repositories in Software & Updates (
software-properties-gtk)Install build-dependencies by
sudo apt-get build-dep linphoneDownload source code package and compile it without modifications
apt-get source -b linphoneExamine the downloaded source codes
Next step to read is GitHub repositories at https://github.com/BelledonneCommunications .
N0rbert
- 103,263