This repository has been archived on 2018-06-04. You can view files and clone it, but cannot push or open issues or pull requests.
2011-03-04 16:31:31 +01:00

7 lines
170 B
Bash
Executable File

#!/bin/bash
git clone git://github.com/Vaizard/MurmurHash3PHP.git
cd MurmurHash3PHP
phpize
./configure --enable-murmurhash3
make install
cp 06_murmurhash3.ini /etc/php.d/