Gtk-vnc: Difference between revisions
From CBLFS
Jump to navigationJump to search
Chipster19 (talk | contribs) New page: {| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://downloads.sourceforge.net/gtk-vnc/gtk-vnc-{{Gtk-vnc-Version}}.tar.gz |} {{Package-Introduction|Gtk-... |
No edit summary |
||
| Line 26: | Line 26: | ||
=== 32Bit === | === 32Bit === | ||
Compile the package: | Compile the package: | ||
CC="gcc ${BUILD32}" USE_ARCH=32 \ | |||
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ | |||
./configure --prefix=/usr --sysconfdir=/etc && | |||
make | |||
Install the package | Install the package | ||
make install | |||
=== N32 === | === N32 === | ||
| Line 41: | Line 42: | ||
Compile the package: | Compile the package: | ||
CC="gcc ${BUILD32}" USE_ARCH=32 \ | |||
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ | |||
./configure --prefix=/usr --sysconfdir=/etc && | |||
make | |||
Install the package | Install the package | ||
make install | |||
=== 64Bit === | === 64Bit === | ||
| Line 51: | Line 55: | ||
Compile the package: | 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 | Install the package | ||
make install | |||
== Contents == | == Contents == | ||
Revision as of 06:10, 22 March 2009
| Download Source: | http://downloads.sourceforge.net/gtk-vnc/gtk-vnc-0.3.8.tar.gz |
|---|
Introduction to Gtk-vnc
Gtk-vnc is a VNC viewer widget for GTK.
Project Homepage: http://gtk-vnc.sourceforge.net/
Dependencies
Required
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} |