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
1b0776ae
Commit
1b0776ae
authored
Jul 25, 2014
by
Saul Ibarra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added instructions for building on Windows
parent
15c25b3b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
53 additions
and
0 deletions
+53
-0
install.windows
doc/install.windows
+53
-0
No files found.
doc/install.windows
0 → 100644
View file @
1b0776ae
Blink Qt Installation on Microsoft Windows
------------------------------------------
Copyright (c) 2010-2014 AG Projects
http://ag-projects.com
Home page: http://icanblink.com
This document describes the installation procedure on Microsoft Windows
systems. Windows XP and higher are supported.
This document assumes the SIP SIMPLE Client SDK has already been
installed alongside with all its dependencies.
Step 1. Install dependencies
----------------------------
* Install PyQt4: pacman -S mingw-w64-i686-python2-pyqt4
NOTE: at the time of this writing binary packages weren't available due to some work
in progress, they can alternatively be built manually.
Step 1.1. Install libvncclient
------------------------------
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: pacman -S pkgconf
* Get the package code: darcs get http://devel.ag-projects.com/repositories/windows/mingw-w64-libvncclient
* Enter the directory and build the package: cd mingw-w64-libvncclient && makepkg-mingw -L --nocheck
* In case the above command fails with an error regarding a non-existent icon file,
just run "makepkg-mingw -L --nocheck" again
* Install the package: pacman -U mingw-w64-i686-libvncclient*any.pkg.tar.xz
Step 2. Build and run Blink
---------------------------
if [ -d blink-qt ]; then
cd blink-qt
darcs pull -a
else
darcs get --set-scripts-executable http://devel.ag-projects.com/repositories/blink-qt
cd blink-qt
fi
./build_inplace
./run
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