Difference between revisions of "Libggz"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) (Added multiarch instructions.) |
Weibullguy (talk | contribs) m |
||
Line 72: | Line 72: | ||
|-valign="top" | |-valign="top" | ||
!Installed Libraries: | !Installed Libraries: | ||
− | |libggz.{a,la | + | |libggz.{a,la,so.2.3.0} |
|-valign="top" | |-valign="top" | ||
!Installed Symlinks: | !Installed Symlinks: | ||
− | |libggz.so -> libggz.so.2.3.0, libggz.so.2 -> libggz.so.2.3.0 | + | |libggz.so -> libggz.so.2.3.0, libggz.so.2 -> libggz.so.2.3.0 |
|} | |} |
Revision as of 15:06, 15 June 2008
Download Source: | http://mirrors.ibiblio.org/pub/mirrors/ggzgamingzone/ggz/0.0.14.1/libggz-0.0.14.1.tar.gz |
---|
Contents
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 |