Activating SFLphone repository
If you are running Ubuntu, by activating our repository, you will be able to install SFLphone via Debian apt-get manager, just like an official distribution package. The main point of that is the simplicity, especially due to the debian dependency management.
Here is the procedure:
sudo vi /etc/apt/sources.list
And add our repository address at the end of the file:
If you are running Ubuntu 8.04:
deb http://www.sflphone.org/debian hardy universe deb-src http://www.sflphone.org/debian hardy universe
If you are running Ubuntu 8.10:
deb http://www.sflphone.org/debian intrepid universe deb-src http://www.sflphone.org/debian intrepid universe
Save and quit. Update the package list:
sudo apt-get update
And get sflphone package:
sudo apt-get install sflphone
You're done !
