Difference between revisions of "TightVNC"

From CBLFS
Jump to navigationJump to search
m (Categorized)
 
Line 87: Line 87:
 
|is an application that allows you to connect to a remote machine running a VNC server.
 
|is an application that allows you to connect to a remote machine running a VNC server.
 
|}
 
|}
 +
 +
[[Category:X Window Applications]]

Latest revision as of 11:11, 5 April 2009

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.