Menu

Installation

Aleksey

Installation on MS Windows

  • Download and unpack the latest rhash-<version>-win32.zip or rhash-<version>-win64.zip archive from the Sourceforge project page.
  • Optionally add the program directory to the %PATH% environment variable
  • Optionally place the rhashrc config file to you user directory (%HOMEDRIVE%%HOMEPATH%).

Installation on Debian/Ubuntu Linux

  • Install RHash package from main repository:

    $ sudo apt-get install rhash

  • Enjoy! =)

Other Linux

  • Ask the OS Vendor to add the RHash package to the main repository

Compilation from sources

  • You need a GCC compiler on Linux/OpenBSD/Solaris or MinGW+MSYS on Windows
  • Compile an test the binary by typing
    make test
  • Install compiled binary by running
    make install

Examples of specific usage of make

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


Related

Wiki: Home

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.