摘要: linux上安装tcl、tk、expect 1、tcl安装tcl8.5.9-src.tar.gz cd /tmp tar -zxvf tcl8.5.9-src.tar.gz cd tcl8.5.9/unix/ ./configure --prefix=/usr/local/tcl/ --enable-shared make make install /usr/local/tcl/bin/tclsh 阅读全文
posted @ 2019-10-10 17:55 郭大侠1 阅读(5583) 评论(0) 推荐(0)
摘要: 一、常见安装方式 【0】环境 OS:CentOS7.5 Redis:4.0.14 yum源:本地源 【1】检查安装 gcc 依赖环境 gcc -v#如果没安装会报错类似于 command not find #安装gcc环境(注意,这个需要自己配置yun源,如果是网络源需要网络保持畅通--yum源配置 阅读全文
posted @ 2019-10-10 15:33 郭大侠1 阅读(590) 评论(0) 推荐(0)