RabbitMQ PHP扩展安装 # 安装rabbitmq-c依赖包 yum install libtool autoconf # 安装rabbitmq-c ( 最好下载 0.5的,0.6安装可能会报错) # 版本下载:https://github.com/alanxz/rabbitmq-c/rel ...
分类:
Web程序 时间:
2018-12-07 18:26:50
阅读次数:
288
1.环境检查 是否安装xcode 是否安装homebrew 是否通过homebrew 安装 automake 是否通过homebrew安装libtool 是否下载TensorFlow源码(github: https://github.com/tensorflow/tensorflow) 2.开始制作 ...
分类:
移动开发 时间:
2018-12-02 19:24:37
阅读次数:
216
一、安装编译工具及库文件: yum -y install make zlib zlib-devel gcc-c++ libtool openssl openssl-devel 环境要求 nginx是C语言开发,建议在linux上运行,本文章使用Centos7作为安装环境。 安装nginx需要先将官网 ...
分类:
其他好文 时间:
2018-11-10 15:27:59
阅读次数:
126
#!/bin/shif [ -s /etc/my.cnf ];thenrm -rf /etc/my.cnffi echo " start install mysql "yum install -y ncurses gcc gcc-c++ ncurses ncurses-devel openssl o ...
分类:
数据库 时间:
2018-11-08 19:46:56
阅读次数:
402
安装gcc g++的依赖库 #apt-get install build-essential #apt-get install libtool 2 安装 pcre依赖库 #sudo apt-get update #sudo apt-get install libpcre3 libpcre3-dev ... ...
分类:
系统相关 时间:
2018-10-27 17:42:38
阅读次数:
198
使用yum插件downloadonly下载安装软件需要的依赖包并保留到指定的文件 安装yum-downloadonly或 yum-plugin-downloadonly 软件包。 yum install yum-plugin-downloadonly yum -y install --downloa... ...
分类:
其他好文 时间:
2018-10-09 13:57:27
阅读次数:
321
Linux环境安装.NET运行环境 End ...
分类:
Web程序 时间:
2018-10-05 20:24:23
阅读次数:
206
quagga安装1.软件依赖automake:1.9.6(released2005-07-10)autoconf:2.59(2.60on2006-06-26istoorecenttorequire)libtool:1.5.22(released2005-12-18)texinfo:4.7(released2004-04-10;4.8isnotyetcommon)GNUAWK:gawk3.1.5(r
分类:
其他好文 时间:
2018-09-30 10:11:27
阅读次数:
536
memcache是一套分布式的高速缓存系统,特点为key-value 存储 一、在 linux 编译安装memcache、redis等,需要 gcc,make,cmake,autoconf,libtool 等工具, 直接使用yum安装即可: 二、下载官方源码: memcached依赖于libeven ...
分类:
系统相关 时间:
2018-09-02 15:07:13
阅读次数:
286
安装步骤 yum install -y gcc-c++.x86_64 yum install -y uuid-devel.x86_64 yum install -y libuuid-devel.x86_64 yum install -y libtool.x86_64 yum install -y g ...
分类:
Web程序 时间:
2018-09-01 20:39:35
阅读次数:
278