码迷,mamicode.com
首页 > 其他好文 > 详细

TCL/TK 的安装

时间:2015-06-23 18:16:34      阅读:148      评论:0      收藏:0      [点我收藏+]

标签:tcl/tk   安装   

主页: 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 的安装

标签:tcl/tk   安装   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!