Libggz: Difference between revisions
From CBLFS
Jump to navigationJump to search
Weibullguy (talk | contribs) Added multiarch instructions. |
mNo edit summary |
||
| (2 intermediate revisions by one other user not shown) | |||
| 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 | ||
|} | |} | ||
[[Category:Games]] | |||
Latest revision as of 07:55, 19 March 2009
| 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 |