An implementation of the MurMurHash3 function in C++
MurmurHash3 was originally written by Austin Appleby and has been released into the public domain.
The LogRhythm C++
version was adapted from C
code found at https://github.com/PeterScott/murmur3 .
[[MurMurhash.h]] (https://github.com/LogRhythm/MurMurHash/blob/master/src/MurMurHash.h)
cd 3rdparty
unzip gtest-1.7.0.zip
cd ..
mkdir build
cd build
cmake ..
make
sudo make install
Alternative on Debian systems after cmake ..
make package
sudo dpkg -i MurMurHash<package_version>Linux.deb