Go to file
2020-01-12 20:10:19 +01:00
data Register vncviewer(1) as an application 2016-01-26 00:43:01 +01:00
po Update the French translation 2016-01-26 01:39:25 +01:00
src Update the copyright notice 2020-01-12 20:10:19 +01:00
.gitignore Register more entries to ignore 2016-01-26 01:07:35 +01:00
COPYING Import a COPYING file for LGPL 2.0 2015-04-24 19:25:25 +02:00
project.conf Also ship config.sh 2016-01-26 01:23:18 +01:00
README.md Document the dependency on DeforaOS libDesktop 2016-04-30 00:36:30 +02:00

DeforaOS VNCViewer

About VNCViewer

This program is meant to be used as a client for the VNC remote desktop sharing protocol.

This project is originally based on an example file from the gtk-vnc library (https://wiki.gnome.org/Projects/gtk-vnc).

Compiling VNCViewer

The current requirements for compiling VNCViewer are as follows:

  • Gtk+ 2.4 or later, or Gtk+ 3.0 or later
  • DeforaOS libDesktop
  • the gtk-vnc library
  • an implementation of make

With these installed, the following command should be enough to compile VNCViewer on most systems:

$ make

VNCViewer can then be installed as follows:

$ make install

On some systems, the Makefiles shipped can be re-generated accordingly thanks to the DeforaOS configure tool.

The compilation process supports a number of options, such as PREFIX and DESTDIR for packaging and portability, or OBJDIR for compilation outside of the source tree.

Distributing VNCViewer

DeforaOS VNCViewer is subject to the terms of the LGPL license, version 2.0. Please see the COPYING file for more information.