Difference between revisions of "Ggz client libs"
From CBLFS
Jump to navigationJump to searchChipster19 (talk | contribs) (New page: {| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://mirrors.ibiblio.org/pub/mirrors/ggzgamingzone/ggz/{{ggz clients libs-Version}}/ggz-client-libs-{{ggz...) |
Weibullguy (talk | contribs) (Added multiarch instructions.) |
||
Line 33: | Line 33: | ||
Compile the package: | Compile the package: | ||
− | + | CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ | |
+ | ./configure --prefix=/usr --sysconfdir=/etc/gnome && | ||
+ | make | ||
Install the package: | Install the package: | ||
− | + | make install | |
=== N32 === | === N32 === | ||
Line 43: | Line 45: | ||
Compile the package: | Compile the package: | ||
− | + | CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ | |
+ | ./configure --prefix=/usr --libdir=/usr/lib32 \ | ||
+ | --sysconfdir=/etc/gnome && | ||
+ | make | ||
Install the package: | Install the package: | ||
− | + | make install | |
=== 64Bit === | === 64Bit === | ||
Line 53: | Line 58: | ||
Compile the package: | Compile the package: | ||
− | + | CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ | |
+ | ./configure --prefix=/usr --libdir=/usr/lib64 \ | ||
+ | --sysconfdir=/etc/gnome && | ||
+ | make | ||
Install the package: | Install the package: | ||
− | + | make install | |
== Contents == | == Contents == |
Revision as of 15:19, 15 June 2008
Download Source: | http://mirrors.ibiblio.org/pub/mirrors/ggzgamingzone/ggz/0.0.14.1/ggz-client-libs-0.0.14.1.tar.gz |
---|
Contents
Introduction to Ggz client libs
The GGZ Gaming Zone (GGZ) is an Internet gaming center. Players login and sit at tables where they can play their favorite games and chat with other players. GGZ can support multiple rooms with varying skill levels.
Project Homepage: http://www.ggzgamingzone.org
Dependencies
Required
Non-Multilib
Compile the package:
./configure --prefix=/usr --sysconfdir=/etc/gnome && make
Install the package:
make install
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ ./configure --prefix=/usr --sysconfdir=/etc/gnome && make
Install the package:
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ ./configure --prefix=/usr --libdir=/usr/lib32 \ --sysconfdir=/etc/gnome && make
Install the package:
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ ./configure --prefix=/usr --libdir=/usr/lib64 \ --sysconfdir=/etc/gnome && make
Install the package:
make install
Contents
Installed Directories: | /usr/lib/ggz |
---|---|
Installed Programs: | ggz-wrapper, ggz, ggz-config |
Installed Libraries: | libggzmod.{a,la,so}, libggzcore.{a,la,so} |