Difference between revisions of "Gtk-vnc"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | | http:// | + | | http://ftp.gnome.org/pub/gnome/sources/gtk-vnc/{{Gtk-vnc-Version2}}/gtk-vnc-{{Gtk-vnc-Version}}.tar.bz2 |
|} | |} | ||
− | {{Package-Introduction|Gtk-vnc is a VNC viewer widget for GTK.|http://gtk-vnc | + | {{Package-Introduction|Gtk-vnc is a VNC viewer widget for GTK.|http://live.gnome.org/gtk-vnc}} |
== Dependencies == | == Dependencies == | ||
Line 11: | Line 11: | ||
=== Required === | === Required === | ||
* [[Gtk2]] | * [[Gtk2]] | ||
+ | * [[GnuTLS]] | ||
+ | * [[PyGTK]] | ||
+ | |||
+ | === Optional === | ||
+ | * [[NSPR]] | ||
== Non-Multilib == | == Non-Multilib == | ||
Line 78: | Line 83: | ||
|libgtk-vnc-1.0.{a,la,so} | |libgtk-vnc-1.0.{a,la,so} | ||
|} | |} | ||
+ | |||
+ | [[Category:X Libs]] |
Latest revision as of 19:01, 25 May 2009
Download Source: | http://ftp.gnome.org/pub/gnome/sources/gtk-vnc/0.3/gtk-vnc-0.3.8.tar.bz2 |
---|
Contents
Introduction to Gtk-vnc
Gtk-vnc is a VNC viewer widget for GTK.
Project Homepage: http://live.gnome.org/gtk-vnc
Dependencies
Required
Optional
Non-Multilib
Compile the package:
./configure --prefix=/usr --sysconfdir=/etc && make
Install the package
make install
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" USE_ARCH=32 \ PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ ./configure --prefix=/usr --sysconfdir=/etc && make
Install the package
make install
N32
Compile the package:
CC="gcc ${BUILD32}" USE_ARCH=32 \ PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ ./configure --prefix=/usr --sysconfdir=/etc && make
Install the package
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" USE_ARCH=64 \ PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ ./configure --prefix=/usr --sysconfdir=/etc \ --libdir=/usr/lib64 && make
Install the package
make install
Contents
Installed Directories: | /usr/include/gtk-vnc-1.0 |
---|---|
Installed Programs: | None |
Installed Libraries: | libgtk-vnc-1.0.{a,la,so} |