SipInstallation

Version 96 (Adrian Georgescu, 04/18/2010 11:19 am) → Version 97/212 (Adrian Georgescu, 04/20/2010 10:03 am)

= Installation =

[[TOC(SipInstallation, depth=3)]]

== Supported Platforms ==

The following architectures have been tested and are fully supported on the following operating systems:

* Linux (i386 and amd64 architectures) amd64)
* MacOSX (Intel, both 32 and 64 bit architectures)

== Current Release ==

The software is available as a tar archive at:

http://download.ag-projects.com/SipClient/

=== Debian Unstable ===

The Debian package versions of the current stable release are:

|| '''Package Name''' || '''Version'''||'''Description'''||
|| python-sipsimple ||0.14|| ||0.14.0|| SIP SIMPLE client SDK||
|| sipclients|| 0.14 0.14.0 || Command Line Tools||

== Tar Archives ==

The software is available as a tar archive at:

http://download.ag-projects.com/SipClient/

==
To install the Debian Packages ==

Install the AG Projects debian software signing key:

{{{
wget http://download.ag-projects.com/agp-debian-gpg.key
sudo apt-key
packages add agp-debian-gpg.key
}}}

=== Debian Unstable (Sid) ===

Add
these lines to /etc/apt/sources.list: to: /etc/apt/sources.list

{{{
# AG Projects software
deb http://ag-projects.com/debian unstable main
deb-src http://ag-projects.com/debian unstable main
}}}

=== Debian Stable (Lenny) ===

Add these lines to /etc/apt/sources.list:

{{{
#
Install the AG Projects debian software
deb http://ag-projects.com/debian stable main
deb-src http://ag-projects.com/debian stable main
}}}
signing key:

=== Debian Testing (Squeeze) ===

Add these lines to /etc/apt/sources.list:

{{{
# AG Projects software wget http://download.ag-projects.com/agp-debian-gpg.key
deb http://ag-projects.com/debian testing main sudo apt-key add agp-debian-gpg.key
deb-src http://ag-projects.com/debian testing main
}}}

Update the list of available packages:

{{{
sudo apt-get update
}}}

=== Install SIP SIMPLE client SDK === To install only the ''SDK'' run:

{{{
sudo apt-get install python-sipsimple
}}}

=== Install Command To install the ''Command Line Tools === Tools'' (this will also install the SDK) run:

{{{
sudo apt-get install sipclients
}}}

== Trunk Version ==

The trunk is now (2010-04-15) 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
}}}

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 ==

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
* [wiki:SipUninstall Uninstall guide]