ggz-client-libs-0.0.14.1

Introduction to ggz-client-libs

The ggz-client-libs package provides the common procedures and utilities required to run the GGZ client and games. The routines are shared by other modules in order to ease coding and promote compatibility and stability.

Package Information

ggz-client-libs Dependencies

Required

expat-2.0.1 and libggz-0.0.14.1

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/ggz-client-libs

Installation of ggz-client-libs

Install ggz-client-libs by running the following commands:

./configure --prefix=/usr \
            --sysconfdir=/etc &&
make

To test the results, issue: make check.

Now, as the root user:

make install

Contents

Installed Programs: ggz, ggz-config, ggz-wrapper, and ggzwrap
Installed Libraries: libggzcore.{so,a} and libggzmod.{so,a}
Installed Directory: /usr/lib/ggz

Short Descriptions

ggz

is the GGZ Gaming Zone core client selector.

ggz-config

is the GGZ Gaming Zone configuration manager.

ggz-wrapper

is the GGZ Gaming Zone command line core client.

ggzwrap

is the GGZ Gaming Zone game client wrapper.

libggzcore.{so,a}

handles the connection of a client application to the GGZ server.

libggzmod.{so,a}

facilitates the messaging from and to a GGZ core client in a game client.

Last updated on 2011-11-04 21:03:36 +0000