TightVNC: Difference between revisions

From CBLFS
Jump to navigationJump to search
No edit summary
m Categorized
 
(2 intermediate revisions by 2 users not shown)
Line 2: Line 2:
|-
|-
!Download Source:
!Download Source:
| http://downloads.sourceforge.net/vnc-tight/tightvnc-1.3.9_unixsrc.tar.bz2
| http://downloads.sourceforge.net/vnc-tight/tightvnc-{{TightVNC-Version}}_unixsrc.tar.bz2
|}
|}


Line 12: Line 12:


=== Required ===
=== Required ===
* [[x11vnc]]
* [[X Window System]]
* [[libjpeg]]
 
=== Optional ===
* [[x11vnc]] (TightVNC also provides a VNC Server)
 
{{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 ==
== Non-Multilib ==


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


  ./configure --prefix=/usr &&
  xmkmf &&
  make
  make World


Install the package
Install the package
Line 29: Line 35:
=== 32Bit ===
=== 32Bit ===


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


  CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
  xmkmf &&
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" USE_ARCH=32 \
make CC="gcc ${BUILD32}" World
./configure --prefix=/usr &&
make


Install the package
Install the package
Line 42: Line 46:
=== N32 ===
=== N32 ===


Compile the package:
Compile the package (with the exception of the VNC server):
   
   
  CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \
  xmkmf &&
PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" USE_ARCH=n32 \
make CC="gcc ${BUILDN32}" World
./configure --prefix=/usr --sysconfdir=/etc \
    --libdir=/usr/lib32 &&
make


Install the package
Install the package
Line 56: Line 57:
=== 64Bit ===
=== 64Bit ===


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


  CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
  xmkmf &&
PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" USE_ARCH=64 \
make CC="gcc ${BUILD64}" World
./configure --prefix=/usr --libdir=/usr/lib64 &&
make


Install the package
Install the package


  make install
  make install
== Contents ==
{| style="text-align: left;"
|-valign="top"
!Installed Directories:
|None
|-valign="top"
!Installed Programs:
|vncviewer
|-valign="top"
!Installed Libraries:
|None
|}
=== Short Descriptions ===
{| style="text-align: left;"
|-valign="top"
!vncviewer
|is an application that allows you to connect to a remote machine running a VNC server.
|}
[[Category:X Window Applications]]

Latest revision as of 18: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)

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.