File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,22 +33,22 @@ sudo apt-get update
3333
3434Install SIP SIMPLE SDK:
3535
36- sudo apt-get install python -sipsimple
36+ sudo apt-get install python3 -sipsimple
3737
3838
3939Install the Command Line Clients:
4040
41- sudo apt-get install sipclients
41+ sudo apt-get install sipclients3
4242
4343
4444Creating Debian Packages
4545------------------------
4646
4747Install the building dependencies:
4848
49- sudo apt-get install cython cython-dbg python -setuptools devscripts \
50- debhelper python -all-dev python -all-dbg libasound2-dev libssl-dev \
51- libsqlite3-dev
49+ sudo apt-get install cython cython-dbg python3 -setuptools devscripts \
50+ debhelper python3 -all-dev python3 -all-dbg libasound2-dev libssl-dev \
51+ libsqlite3-dev dh-python
5252
5353For adding Video support:
5454
@@ -66,7 +66,7 @@ Obtain the source code using darcs as described in Install.linux document.
6666
6767Create under each repository a clean distribution file:
6868
69- python setup.py sdist
69+ python3 setup.py sdist
7070
7171Go to the ./dist directory and untar the file created at the step above.
7272
You can’t perform that action at this time.
0 commit comments