Difference between revisions of "Ggz client libs"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) (Added multiarch instructions.) |
m |
||
Line 80: | Line 80: | ||
|libggzmod.{a,la,so}, libggzcore.{a,la,so} | |libggzmod.{a,la,so}, libggzcore.{a,la,so} | ||
|} | |} | ||
+ | |||
+ | [[Category:Games]] |
Latest revision as of 23:56, 18 March 2009
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} |