37 lines
1.1 KiB
Bash
37 lines
1.1 KiB
Bash
yum install gcc-4.8.5-28.el7_5.1.x86_64
|
|
yum install gcc-c++-4.8.5-28.el7_5.1.x86_64
|
|
yum install cmake-2.8.12.2-2.el7.x86_64
|
|
yum install protobuf-devel-2.5.0-8.el7.x86_64
|
|
yum install hiredis-0.12.1-1.el7.x86_64
|
|
yum install hiredis-devel-0.12.1-1.el7.x86_64
|
|
yum install python34-devel.x86_64 0:3.4.8-1.el7
|
|
yum install mariadb-devel.x86_64 1:5.5.56-2.el7
|
|
yum install curl-devel.x86_64 0:7.29.0-46.el7
|
|
yum install jsoncpp-devel.x86_64 0:0.10.5-2.el7
|
|
yum install php-fpm.x86_64 0:5.4.16-45.el7
|
|
#yum install tinyxml.x86_64 0:2.6.2-3.el7
|
|
yum install tinyxml2-devel-2.1.0-2.20140406git6ee53e7.el7.x86_64
|
|
yum install swig-2.0.10-5.el7.x86_64
|
|
yum install gperftools-devel
|
|
|
|
yum install php-pdo-5.4.16-45.el7.x86_64
|
|
yum install php-mysql-5.4.16-45.el7.x86_64
|
|
yum install php-pecl-redis-2.2.8-1.el7.x86_64
|
|
yum install php-mbstring-5.4.16-45.el7.x86_64
|
|
yum install php-pecl-libsodium
|
|
|
|
yum install v8-devel-3.14.5.10-25.el7.x86_64
|
|
|
|
yum install cppcheck-1.83-3.el7.x86_64
|
|
|
|
yum install python34-pip-8.1.2-6.el7.noarch
|
|
|
|
pip3 install redis
|
|
pip3 install pymysql
|
|
pip3 install tornado
|
|
#pip3 install fabric
|
|
pip3 install ply
|
|
pip3 install pymongo
|
|
pip3 install PyYAML
|
|
pip3 install protobuf
|