Menu

Tree [9c662e] master AndroidMultiVNC-1.6.4 /
 History

HTTPS access


File Date Author Commit
 android 2014-01-07 Christian Beier Christian Beier [9c662e] Version up plus changelog.
 contrib 2010-11-11 Christian Beier Christian Beier [f1d227] Rename WinVNC.exe to windowshare.exe.
 debian 2011-05-07 Christian Beier Christian Beier [5c9d9f] Update debian changelog
 po 2010-03-19 Christian Beier Christian Beier [4487b3] get rid of this po/ mess for now.
 src 2012-04-22 Christian Beier Christian Beier [118d03] Fix tyopo.
 .gitignore 2011-05-24 Christian Beier Christian Beier [257394] Ignore emacs saves.
 AUTHORS 2009-08-01 Christian Beier Christian Beier [a398fa] initial commit. the gui without noteworthy func...
 COPYING 2009-08-01 Christian Beier Christian Beier [a398fa] initial commit. the gui without noteworthy func...
 ChangeLog 2011-05-07 Christian Beier Christian Beier [a53df5] Update ChangeLog.
 INSTALL 2009-08-01 Christian Beier Christian Beier [a398fa] initial commit. the gui without noteworthy func...
 Makefile.am 2011-05-07 Christian Beier Christian Beier [c32a76] Include gpg-error dll for Windows.
 NEWS 2012-04-20 Christian Beier Christian Beier [0bb599] Update NEWS,
 README 2011-03-13 Christian Beier Christian Beier [b4a211] Properly init pkg-config.
 TODO 2011-11-13 Christian Beier Christian Beier [d8c9be] Add record/replay buttons.
 acinclude.m4 2011-07-14 Christian Beier Christian Beier [b1c251] Merge branch 'master' of ssh://multivnc.git.sou...
 autogen.sh 2011-12-01 Christian Beier Christian Beier [0316bc] Fix logic error in autogen.sh.
 configure.ac 2013-04-24 Christian Beier Christian Beier [20440e] Remove deprecated autoconf macros.
 multivnc.nsi 2011-05-07 Christian Beier Christian Beier [c32a76] Include gpg-error dll for Windows.

Read Me

 MultiVNC is a cross-platform Multicast-enabled VNC viewer using
 wxWidgets and libvncclient . It runs on Unix, Mac OS X and Windows.

 Features:
   * MulticastVNC ;-) 
   * Support for most encodings including Tight.
   * Several connections with one viewer using tabs.
   * Discovery of VNC servers advertising themselves via ZeroConf. 
   * Listen mode (Reverse VNC). Via tabs it's possible to listen 
     for and serve multiple incoming connections.
   * Window sharing: You can beam one of your windows to the remote
     side if they support receiving windows (run a listening viewer).
   * Seamless control of the remote side by moving pointer over the
     (default upper) screen edge. Borrows heavily from x2vnc by
     Fredrik Hübinette <hubbe@hubbe.net>, which in turn was based on
     ideas from x2x and code from vncviewer.
   * Bookmarks.
   * Simple, loggable statistics 
   * Supports server framebuffer resize.

 
 For features that are planned, but not completed yet, look at the
 TODO file.




 MulticastVNC notes
 ''''''''''''''''''
 
 This is still experimental and there is no server support, 
 however you can get a modified libvncserver/libvncclient
 at http://github.com/bk138/x11vnc-multiptr, branch multicastvnc.
 This is the same library that MultiVNC uses internally.




 How to compile from source
 ''''''''''''''''''''''''''

 The prerequisites:

   * the usual c-compiler with headers and stuff
   * wxWidgets dev package version >= 2.8.7
   * zlib dev package 
   * libjpeg dev package 

 To compile:

   ./autogen.sh


 If crosscompiling with MinGW:


   CPPFLAGS=-DWINVER=0x0501 ./autogen.sh \
   --build=<your build system type> --host=i586-mingw32msvc \
   --with-wx-config=<your win32 wx-config> \
   --with-zlib=<path to where zlib include and lib dirs are> \
   --with-jpeg=<path to where jpeglib include and lib dirs are> 
   --with-libgcrypt-prefix=<path to where zlib include and lib dirs are>

 Then


   make


 And cross fingers...


 To install:
   * 'make install' as root
   * or copy binary wherever you like to



 That's pretty much it, have fun !
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.