Tcl/Tk - インストール
- はじめに
- 用意するもの
- tcl8.4.16-src.tar.gz & tk8.4.16-src.tar.gz
- コンパイル&インストール
% tar zxvf tcl8.4.16-src.tar.gz
% cd tcl8.4.16/unix
% ./configure
% make
% su
# make install
# cd ..
# tar zxvf tk8.4.16-src.tar.gz
# cd tk8.4.16/unix
# ./configure
# make
# make install
# ln -s /usr/local/bin/tclsh8.4 /usr/local/bin/tclsh