[Updated docs Dan Pascu **20160308143709 Ignore-this: 1fee1a9b6f3fe2aa61f8118093dd5be3 ] move ./doc/install.linux ./INSTALL move ./doc/readme.txt ./README hunk ./doc/changelog.html 1 - - -Blink Qt Changelog - - - -

Version 0.2.7

- -

May 25th, 2011 - -

- -

Version 0.2.6

- -

March 22nd, 2011 - -

- -

Version 0.2.5

- -

February 16th, 2011 - -

- -

Version 0.2.4

- -

February 15th, 2011 - -

- -

Version 0.2.3

- -

December 14th, 2010 - -

- -

Version 0.2.2

- -

November 29th, 2010 - -

- -

Version 0.2.1

- -

November 26th, 2010 - -

- -

Version 0.2.0

- -

November 11h, 2010 - -

- -

Version 0.1.4

- -

September 6th, 2010 - -

- -

Version 0.1.3

- -

September 3rd, 2010 - -

- -

Version 0.1.2

- -

August 19th, 2010 - -

- -

Version 0.1.1

- -

August 13th, 2010 - -

- - - rmfile ./doc/changelog.html hunk ./doc/install.windows 1 - -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 mingw-w64-i686-pkgconf patch -* 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 - rmfile ./doc/install.windows hunk ./doc/license.txt 1 -Copyright (c) 2009-2015 AG Projects http://ag-projects.com - -Blink License - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS "AS IS" AND ANY EXPRESS -OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES -OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN -NO EVENT SHALL THE COPYRIGHT OWNER BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, -OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, -EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -Blink is licensed under GNU General Public License version 3. A copy of the -license is available at http://www.fsf.org/licensing/licenses/gpl-3.0.html - -The following restrictions apply: - - * You may not alter the name of the software (Blink) - * You may not alter the Copyright and About notices rmfile ./doc/license.txt rmdir ./doc hunk ./INSTALL 99 +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 mingw-w64-i686-pkgconf patch +* 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 + + hunk ./MANIFEST.in 2 +include INSTALL +include README hunk ./MANIFEST.in 13 -graft doc hunk ./README 8 -Copyright (c) 2010-2014 AG Projects -http://ag-projects.com - -Homepage: http://iCanBlink.com - - -License -------- - -Blink is licensed under GNU General Public License version 3. A copy of the -license is available at http://www.fsf.org/licensing/licenses/gpl-3.0.html - -The following restrictions apply: - - * You may not alter the name of the software (Blink) - * You may not alter the Copyright and About notices +Homepage: http://icanblink.com