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
You need tcl 8.5 or newer in order to run the Redis test
本文介绍如何从源码安装TCL 8.6.1版本,包括下载源码包、解压、配置、编译及安装等步骤。需要注意的是,为了运行Redistest,系统中需要已安装TCL 8.5或更高版本。

被折叠的 条评论
为什么被折叠?



