Libggz

From CBLFS
Jump to navigationJump to search
Download Source: http://mirrors.ibiblio.org/pub/mirrors/ggzgamingzone/ggz/0.0.14.1/libggz-0.0.14.1.tar.gz

Introduction to Libggz

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

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
make

Install the package:

make install

Multilib

32Bit

Compile the package:

CC="gcc ${BUILD32}" ./configure --prefix=/usr &&
make

Install the package:

make install

N32

Compile the package:

CC="gcc ${BUILDN32}" ./configure \
--prefix=/usr --libdir=/usr/lib32 &&
make

Install the package:

make install

64Bit

Compile the package:

CC="gcc ${BUILD64}" ./configure \
--prefix=/usr --libdir=/usr/lib64 &&
make

Install the package:

make install

Contents

Installed Directories: None
Installed Programs: None
Installed Libraries: libggz.{a,la,so.2.3.0}
Installed Symlinks: libggz.so -> libggz.so.2.3.0, libggz.so.2 -> libggz.so.2.3.0