Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vmj-qt
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
vmj-qt
Commits
5a232a72
Commit
5a232a72
authored
Oct 10, 2016
by
Saul Ibarra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated Windows installation instructions
parent
5ed15087
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
6 deletions
+11
-6
INSTALL
INSTALL
+11
-6
No files found.
INSTALL
View file @
5a232a72
...
...
@@ -50,6 +50,7 @@ Install the runtime dependencies:
* python-twisted-core
* python-sipsimple (>= 3.0.0)
* python-zope.interface
* google-api-python-client
After installing the above dependencies, install Blink system wide using:
...
...
@@ -90,10 +91,11 @@ Installation on Microsoft Windows
Step 1. Install dependencies
----------------------------
* Install PyQt4: pacman -S mingw-w64-i686-python2-pyqt5
* Install PyQt5:
pacman -S mingw-w64-i686-python2-pyqt5
NOTE: at the time of this writing binary packages weren't available due to some work
in progress, they can alternatively be built manually.
* Install Google API client
pip install google-api-python-client
Step 1.1. Install libvncclient
...
...
@@ -103,9 +105,12 @@ The MSYS2 project does not provide a package for libvncclient, and since our
needs are pretty specific, we provide the source to build a package which just
install the client side VNC libraries.
* Install dependencies: patch
* Get the package code: darcs get http://devel.ag-projects.com/repositories/windows/mingw-w64-libvncclient
* Enter the directory and build+instal the package: cd mingw-w64-libvncclient && makepkg-mingw -cifL --nocheck --nosign
* Install dependencies:
pacman -S patch
* Get the package code:
darcs get http://devel.ag-projects.com/repositories/windows/mingw-w64-libvncclient
* Enter the directory and build+instal the package:
cd mingw-w64-libvncclient && makepkg-mingw -cifL --nocheck --nosign
* In case the above command fails with an error run it again
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment