The libggz package is the GGZ base library, used by the GGZ Gaming Zone server (ggzd), the ggzcore library and other components.
Download (HTTP): http://mirrors.ibiblio.org/pub/mirrors/ggzgamingzone/ggz/0.0.14.1/libggz-0.0.14.1.tar.gz
Download (FTP): ftp://ftp.belnet.be/packages/ggzgamingzone/ggz/0.0.14.1/libggz-0.0.14.1.tar.gz
Download MD5 sum: 603739504648833779aa13b0327a1c3d
Download size: 466 KB
Estimated disk space required: 5 MB
Estimated build time: 0.1 SBU
GnuTLS-3.0.7, libgcrypt-1.5.0, and OpenSSL-1.0.0e
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/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
--with-tls
: This parameter
will automatically select the use of either GnuTLS or OpenSSL if
available.
Last updated on 2010-01-04 11:04:20 +0000