首页 > 其他 > 详细

redis 学习笔记(二)

时间:2015-08-14 21:06:55      阅读:249      评论:0      收藏:0      [点我收藏+]

安装

1. 在centos下安装g++,如果输入 yum install g++,那么将会提示找不到g++。因为在centos下g++安装包名字叫做:gcc-c++ 所以应该输入 yum install gcc-c++,即可。

2. You need tcl 8.5 or newer in order to run the Redis test

    make: *** [test] Error 1    

wget http://downloads.sourceforge.net/tcl/tcl8.6.1-src.tar.gz
sudo tar xzvf tcl8.6.1-src.tar.gz  -C /usr/local/
cd  /usr/local/tcl8.6.1/unix/
sudo ./configure
sudo make
sudo make install 

 

redis 学习笔记(二)

原文:http://www.cnblogs.com/Jtianlin/p/4731161.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!