-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathINSTALL
77 lines (50 loc) · 1.57 KB
/
INSTALL
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Debian / Ubuntu or other Linux systems
======================================
See debian/control file for the precise version numbers.
Manual Installation
-------------------
Install the runtime dependencies:
* libavahi-compat-libdnssd1
* python3-application
* python-enum34
* python3-eventlib
* python3-googleapi
* python3-lxml
* python3-oauth2client
* python3-pgpy
* python3-pyqt5
* python3-pyqt5.qtsvg
* python3-pyqt5.qtwebkit
* python3-requests
* python3-sipsimple
* python3-twisted
* python3-sqlobject
* python3-zope.interface
* x11vnc
Download and install python3-sipsimple and its dependencies:
https://github.com/AGProjects/python3-sipsimple/blob/master/docs/Install.linux
After installing the above dependencies, install Blink system wide using:
python3 setup.py build_ext
sudo python3 setup.py install
Creating Debian Packages
------------------------
Install the building dependencies:
* debhelper
* python3-all-dev
* python3-all-dbg
* python3-qt5
* python3-support
* build-essential
* devscripts
* libvncserver-dev
Create a clean distribution file:
python3 setup.py sdist
Go to the ./dist directory and untar the file created at the step above.
Go to the newly created directory and type:
debuild
The .deb and related files are built in the upper directory.
Installation on Microsoft Windows
=================================
To run Blink on Windows you need to use the repository named blink-qt5-windows.
It is tested with the MSYS2 environment and the MinGW-w64 compiler toolchain.
https://github.com/AGProjects/blink-qt5-windows.git