TightVNC

From CBLFS
Jump to navigationJump to search
Download Source: http://downloads.sourceforge.net/vnc-tight/tightvnc-1.3.9_unixsrc.tar.bz2

Introduction to TightVNC

TightVNC is a free remote control software package derived from the popular VNC software

Project Homepage: http://www.tightvnc.com/

Dependencies

Required

Optional

  • x11vnc (TightVNC also provides a VNC Server)
Caution.png

Note

The TightVNC server installs into the /usr/X11R6 hierarchy. An as yet undetermined fix will be required. Until then you can use x11vnc for your server or determine the fix.

Non-Multilib

Compile the package (with the exception of the VNC server):

xmkmf &&
make World

Install the package

make install 

Multilib

32Bit

Compile the package (with the exception of the VNC server):

xmkmf &&
make CC="gcc ${BUILD32}" World

Install the package

make install

N32

Compile the package (with the exception of the VNC server):

xmkmf &&
make CC="gcc ${BUILDN32}" World

Install the package

make install 

64Bit

Compile the package (with the exception of the VNC server):

xmkmf &&
make CC="gcc ${BUILD64}" World

Install the package

make install

Contents

Installed Directories: None
Installed Programs: vncviewer
Installed Libraries: None

Short Descriptions

vncviewer is an application that allows you to connect to a remote machine running a VNC server.