-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathInstall.raspbian
More file actions
54 lines (31 loc) · 1.24 KB
/
Install.raspbian
File metadata and controls
54 lines (31 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
SIP SIMPLE client SDK installation on Raspbian
----------------------------------------------
Home page: http://sipsimpleclient.org
This document describes the installation procedure on Raspbian Linux
operating system on a Rasberry Pi (armhf architecture).
Installation from AG Projects repository
----------------------------------------
Follow the instructions from https://packages.ag-projects.com
Building the debian package
---------------------------
Install building dependencies:
./get_dependencies.sh 2.10
For arm64 architecture edit deps/pjsip/aconfigure and replace:
ac_webrtc_instset=sse2
with:
ac_webrtc_instset=neon
ac_webrtc_cflags="-DWEBRTC_ARCH_ARM64"
Obtain the source code from AG Projects using darcs command:
darcs get --set-scripts-executable http://devel.ag-projects.com/repositories/project
For each of the projects listed bellow:
* python3-application
* python3-otr
* python3-eventlib
* python3-xcap
* python3-msrp
* python3-sipsimple (see WebRTC AEC note below)
* sipclients3
Enter the directory where each project has been downloaded and run:
./makedeb.sh
The .deb and related files are built in dist or one of the upper directories.
Use dpkg -i package_name.deb command to install the software.