-
Notifications
You must be signed in to change notification settings - Fork 1
/
INSTALL
42 lines (25 loc) · 969 Bytes
/
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
Blink Qt installation on Microsoft Windows
==========================================
These instructions has been tested on Windows X with the MSYS2 environment
and the MinGW-w64 compiler toolchain.
Clone the repository:
git clone https://github.com/AGProjects/blink-qt5-windows.git
Step 1. Install dependencies
----------------------------
* Install python3-sipsimple, follow the instructions on:
https://github.com/AGProjects/python3-sipsimple/blob/master/docs/Install.windows
* Install PyQt5:
pacman -S mingw-w64-x86_64-pyqt5
* Install VNC libraries:
pacman -S mingw-w64-x86_64-libvncserver
* Install Google API client
pip install google-api-python-client oauth2client
* Install PyQt5-webkit and SVG
pacman -S mingw-w64-x86_64-qtwebkit
pacman -S mingw64/mingw-w64-x86_64-qt5-svg
* Install lxml pgpy and sqlobject
pip install lxml[html_clean] pgpy sqlobject
Step 2. Build and run Blink
---------------------------
./build_inplace
./run