前のページ 次のページ 目次

6. どうやってインストールするの?

Tcl/Tk

例えば、tcl8.05 + jp パッチの場合 (ファイル名は適宜読み変えてください)


 % mkdir tcl-tk8.0.5jp1.6
 % cd tcl-tk8.0.5jp1.6
 % tar zxvf tcl8.0.5.tar.gz
 % tar zxvf tk8.0.5.tar.gz
 % cd tcl8.0.5
 % zcat tcl8.0.5jp1.6.patch.gz | patch -p1
 % cd ../tk8.0.5
 % zcat tk8.0.5jp1.6.patch.gz | patch -p1
 % cd ../tcl8.0.5/unix
 % ./configure --enable-shared
 % make
 % make test
 % cd ../../tk8.0.5/unix/
 % ./configure --enable-shared --with-tcl=../../tcl8.0.5/unix
 % make
 % make test
 # cd tcl8.0.5/unix
 % make -n install
 # make install
 # cd ../../tk8.0.5/unix/
 % make -n install
 # make install

ruby



 % ./configure
 % make
 # make install

うまく行かない場合は、ext/tcltklib/extconf.rb を直したりする。

ruby/tk の動作する環境の例

Mac はどうなんだろう?


前のページ 次のページ 目次