首页 > 其他 > 详细

TCL/TK 的安装

时间:2015-06-23 18:13:47      阅读:330      评论:0      收藏:0      [点我收藏+]

主页: http://www.tcl.tk


http://www.tcl.tk/software/tcltk/download.html


  1. 解压缩源码包
    tarzxvf tcl8.6.1-src.tar.gz
    tarzxvf tk8.6.1-src.tar.gz


2. 安装
cd tcl8.6.1
cd unix

./configure --prefix=/usr/tcl --enable-shared
make
make install

cd tk8.6.1
cd unix
./configure --prefix=/usrtk --enable-shared
make
make install


TCL/TK 的安装

原文:http://7737197.blog.51cto.com/7727197/1664684

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