-
Notifications
You must be signed in to change notification settings - Fork 3k
Prebuilt Packages on Centos 7.x
Jaime Lopez edited this page Oct 15, 2017
·
20 revisions
yum update -y
rpm -Uvh http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-10.noarch.rpm
yum install cpp gcc-c++ cmake git psmisc {binutils,boost,jemalloc,numactl}-devel \
{ImageMagick,sqlite,tbb,bzip2,openldap,readline,elfutils-libelf,gmp,lz4,pcre}-devel \
lib{xslt,event,yaml,vpx,png,zip,icu,mcrypt,memcached,cap,dwarf}-devel \
{unixODBC,expat,mariadb}-devel lib{edit,curl,xml2,xslt}-devel \
glog-devel oniguruma-devel ocaml gperf enca libjpeg-turbo-devel openssl-devel \
mariadb mariadb-server make libc-client -y
rpm -Uvh http://mirrors.linuxeye.com/hhvm-repo/7/x86_64/hhvm-3.15.3-1.el7.centos.x86_64.rpm
Another version available in: http://mirrors.linuxeye.com/hhvm-repo/7/x86_64/
Note: In
hhvm-3.12.1-1.el7.centos.x86_64.rpm
you need to installzeromq-devel
=>yum install zeromq-devel