01) Get the tarball

Get the source distribution of bounceHammer

Visit the Download page, and download the source distribution file (tarball) of bounceHammer. After you have download it, you should verify an MD5 checksum. Use the md5 command (the md5sum command in Linux) to verify an MD5 checksum of the tarball. The PGP public Key (signer is Cubicroot Co. Ltd., Developer of bounceHammer) is downloadable from CUBICROOT-PGP-PUBLICKEY .

Download, Verify and Expand

In this description, We use /usr/local/src/ directory for building bounceHammer with root permissions. It is used about 5MB disk space for expanded source codes building bounceHammer.

Download
# cd /usr/local/src
# wget http://dist.bouncehammer.jp/bouncehammer-2.6.0.tar.gz
 
a) Verify signature with PGP(gpg) command
# wget http://dist.bouncehammer.jp/bouncehammer-2.6.0.tar.gz.asc
# gpg --verify ./bouncehammer-2.6.0.tar.gz.asc
gpg: Signature made Tue Mar  2 13:32:45 2010 JST using RSA key ID DFFB8C1B
gpg: Good signature from "Cubicroot Co. Ltd. (Signing Key, 2009)
<postmaster@cubicroot.jp>" gpg: aka "BounceHammer 1.9 <bouncehammer@cubicroot.jp>" gpg: aka "subroot <subroot@cubicroot.jp>"
b) Or verify MD5 checksum
# md5 ./bouncehammer-2.6.0.tar.gz
MD5 (./bouncehammer-2.6.0.tar.gz) = adb045d7d790d75d7a80f1ee133d9bc7

Expand archive file
# gunzip -dc ./bouncehammer-2.6.0.tar.gz | tar xvf -
...
#

After you have exapnd the tarball, proceed to ./configure page.

No TrackBacks

TrackBack URL: http://bouncehammer.jp/cgi-bin/mt/mt-tb.cgi/117

Leave a comment