RHash Wiki
Brought to you by:
aleksey14
$ sudo apt-get install rhash
Optimization for specific processor:
make OPTFLAGS="-O2 -DNDEBUG -march=i686 -mtune=core2 -fomit-frame-pointer"
Installation into specific directory:
make PREFIX=/opt install
Building rpm and *.src.rpm packages
make rpm
Building sources for a DEB package
mv rhash-$version-src.tar.gz rhash_$version.orig.tar.gz
tar xfz rhash_$version.orig.tar.gz
cd rhash-version
tar xfz ../rhash_$debversion.debian.tar.gz
make deb-src