TightVNC: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
Weibullguy (talk | contribs) No edit summary |
||
| 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): | ||
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}" | xmkmf && | ||
make CC="gcc ${BUILD32}" World | |||
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}" | xmkmf && | ||
make CC="gcc ${BUILDN32}" World | |||
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}" | xmkmf && | ||
make CC="gcc ${BUILD64}" World | |||
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. | |||
|} | |||
Revision as of 03:26, 7 November 2008
| 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)
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. |
|---|