tcl-devel
-
概要
tcl-develをソースからインストールする。 -
ダウンロード
「Get Tcl/Tk Now」
→「Sources Download Page」
→「tclx.x.x-src.tar.gz」
→任意のディレクトリに配置
- 解凍
tar
$ tar xzvf tclx.x.x-src.tar.gz
- configure
./configure
$ cd tclx.x.x/unix
$ ./configure --prefix=/opt/tcl/tcl8.6.0 --with-encoding=UTF-8
- make, make install
make
$ make && make install