Difference between revisions of "Libggz"
From CBLFS
Jump to navigationJump to search (New page: {| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://mirrors.ibiblio.org/pub/mirrors/ggzgamingzone/ggz/{{libggz-Version}}/libggz-{{libggz-Version}}.tar.g...) |
Weibullguy (talk | contribs) (Added multiarch instructions.) |
||
Line 30: | Line 30: | ||
Compile the package: | Compile the package: | ||
− | + | CC="gcc ${BUILD32}" ./configure --prefix=/usr && | |
+ | make | ||
Install the package: | Install the package: | ||
− | + | make install | |
=== N32 === | === N32 === | ||
Line 40: | Line 41: | ||
Compile the package: | Compile the package: | ||
− | + | CC="gcc ${BUILDN32}" ./configure \ | |
+ | --prefix=/usr --libdir=/usr/lib32 && | ||
+ | make | ||
Install the package: | Install the package: | ||
− | + | make install | |
=== 64Bit === | === 64Bit === | ||
Line 50: | Line 53: | ||
Compile the package: | Compile the package: | ||
− | + | CC="gcc ${BUILD64}" ./configure \ | |
+ | --prefix=/usr --libdir=/usr/lib64 && | ||
+ | make | ||
Install the package: | Install the package: | ||
− | + | make install | |
== Contents == | == Contents == | ||
Line 61: | Line 66: | ||
|-valign="top" | |-valign="top" | ||
!Installed Directories: | !Installed Directories: | ||
− | | | + | |None |
|-valign="top" | |-valign="top" | ||
!Installed Programs: | !Installed Programs: | ||
− | | | + | |None |
|-valign="top" | |-valign="top" | ||
!Installed Libraries: | !Installed Libraries: | ||
|libggz.{a,la,so,so.2,so.2.3.0} | |libggz.{a,la,so,so.2,so.2.3.0} | ||
+ | |-valign="top" | ||
+ | !Installed Symlinks: | ||
+ | |libggz.so -> libggz.so.2.3.0, libggz.so.2 -> libggz.so.2.3.0} | ||
|} | |} |
Revision as of 15:05, 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,so.2,so.2.3.0} |
Installed Symlinks: | libggz.so -> libggz.so.2.3.0, libggz.so.2 -> libggz.so.2.3.0} |