SipInstallation » History » Revision 105
« Previous |
Revision 105/212
(diff)
| Next »
Adrian Georgescu, 04/21/2010 09:51 AM
= Installation =
<abbr title="SipInstallation, depth=3">TOC</abbr>
Supported PlatformsThe following architectures have been tested and are fully supported on the following operating systems:
- Linux (i386 and amd64 architectures)
- MacOSX (Intel, 32 and 64 bit architectures)
'''Package Name''' | '''Version''' | '''Description''' | ||||
python-sipsimple | 0.14 | SIP SIMPLE client SDK | ||||
sipclients | 0.14 | Command Line Tools |
The software is available as a tar archive at:
http://download.ag-projects.com/SipClient/
Debian PackagesInstall the AG Projects debian software signing key:
{{{
wget http://download.ag-projects.com/agp-debian-gpg.key
sudo apt-key add agp-debian-gpg.key
}}}
Add these lines to /etc/apt/sources.list:
=== Debian Unstable (Sid) ===
{{{- AG Projects software
deb http://ag-projects.com/debian unstable main
deb-src http://ag-projects.com/debian unstable main
}}}
=== Debian Stable (Lenny) ===
{{{- AG Projects software
deb http://ag-projects.com/debian stable main
deb-src http://ag-projects.com/debian stable main
}}}
=== Ubuntu Karmic (9.10) ===
{{{- AG Projects software
deb http://ag-projects.com/ubuntu karmic main
deb-src http://ag-projects.com/ubuntu karmic main
}}}
=== Ubuntu Lucid (10.04) ===
{{{- AG Projects software
deb http://ag-projects.com/ubuntu lucid main
deb-src http://ag-projects.com/ubuntu lucid main
}}}
Update the list of available packages:
{{{
sudo apt-get update
}}}
Install SIP SIMPLE client SDK:
{{{
sudo apt-get install python-sipsimple
}}}
Install Command Line Tools:
{{{
sudo apt-get install sipclients
}}}
The trunk is stable and recommended for anyone that wishes to use the library. Known issues are listed in the [http://sipsimpleclient.com/report tickets interface].
The source code is managed using [http://darcs.net darcs] version control tool. The darcs repository can be fetched with:
=== SIP SIMPLE client SDK ===
{{{
darcs get http://devel.ag-projects.com/repositories/python-sipsimple
}}}
{{{
darcs get http://devel.ag-projects.com/repositories/python-msrplib
}}}
{{{
darcs get http://devel.ag-projects.com/repositories/python-xcaplib
}}}
=== Command Line Tools ===
{{{
darcs get http://devel.ag-projects.com/repositories/sipclients
}}}
To obtain the incremental changes after the initial get, go to the python-sipsimple and sipclients directory and run:
{{{
darcs pull -a
}}}
Building instructions for the corresponding platforms are available at:
- [source:docs/Install.linux Install.linux] - Linux installation
- [source:docs/Install.debian Install.debian] - Debian installation
- [source:docs/Install.osx Install.osx] - MacOSX 10.5 Leopard and 10.6 Snow Leopard
See [wiki:SipTesting] page for how to test the SDK.
Updated by Adrian Georgescu over 14 years ago · 105 revisions