libggz-0.0.14.1

Introduction to libggz

The libggz package is the GGZ base library, used by the GGZ Gaming Zone server (ggzd), the ggzcore library and other components.

Package Information

libggz Dependencies

Optional

GnuTLS-3.0.7, libgcrypt-1.5.0, and OpenSSL-1.0.0e

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libggz

Installation of libggz

Install libggz by running the following commands:

./configure --prefix=/usr \
            --with-tls &&
make

To test the results, issue: make check.

Now, as the root user:

make install

Command Explanations

--with-tls: This parameter will automatically select the use of either GnuTLS or OpenSSL if available.

Contents

Installed Programs: None
Installed Library: libggz.{so,a}
Installed Directories: None

Short Descriptions

libggz.{so,a}

contains the libggz API functions.

Last updated on 2010-01-04 11:04:20 +0000