Skip to content

Commit 9669ad3

Browse files
committed
Update Installation instructions
1 parent a3c64d9 commit 9669ad3

1 file changed

Lines changed: 13 additions & 8 deletions

File tree

docs/Install.linux

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ SIP SIMPLE SDK depends upon the following third party sources:
3131
https://github.com/wernerd/ZRTPCPP.git
3232

3333

34-
Fetch and patch the dependencies using get_dependencies.sh script
34+
Fetch and patch the dependencies using ./get_dependencies.sh script
3535

3636
See Dependencies.txt for detailed description of the required libraries and
3737
their minimum version number.
@@ -92,21 +92,26 @@ sudo dpkg -i *.deb
9292
Step 4. Install the SDK
9393
-----------------------
9494

95-
First unpack pjsip archive (only needs to be done once):
95+
Using pip3 inside your user environment:
96+
97+
pip3 install --user .
9698

97-
./extract_pjsip.sh
99+
System-wide using setup.py:
98100

99-
The SDK consists of two packages:
101+
sudo python3 setup.py install
100102

101-
- python3-sipsimple
102-
- sipclients3 (optional, for testing all SDK functions)
103+
As a debian package:
103104

104-
Install them similar to the dependencies above.
105+
./makedeb.sh
106+
107+
The debian package can be found inside ./dist folder
108+
109+
sudo dpkg -i *.deb
105110

106111

107112
Step 5. Testing the SDK
108113
-----------------------
109114

110115
Use the command line tools provided by sipclients3 package, the executables
111-
start with sip- prefix
116+
start with sip- prefix.
112117

0 commit comments

Comments
 (0)