标签:
安装
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
标签:
原文地址:http://www.cnblogs.com/Jtianlin/p/4731161.html