File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
3636See Dependencies.txt for detailed description of the required libraries and
3737their minimum version number.
@@ -92,21 +92,26 @@ sudo dpkg -i *.deb
9292Step 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
107112Step 5. Testing the SDK
108113-----------------------
109114
110115Use the command line tools provided by sipclients3 package, the executables
111- start with sip- prefix
116+ start with sip- prefix.
112117
You can’t perform that action at this time.
0 commit comments