ユーザ用ツール

サイト用ツール


tools:tcl_tck:tcl:installation:8.6.10

差分

このページの2つのバージョン間の差分を表示します。

この比較画面にリンクする

次のリビジョン
前のリビジョン
tools:tcl_tck:tcl:installation:8.6.10 [2020/12/19 05:29]
michiya 作成
tools:tcl_tck:tcl:installation:8.6.10 [2021/01/09 14:37] (現在)
行 2: 行 2:
  
 <code> <code>
 +$ wget https://prdownloads.sourceforge.net/tcl/tcl8.6.10-src.tar.gz
 +$ tar xvf tcl8.6.10-src.tar.gz 
 +$ cd tcl8.6.10/unix
 +$ mkdir build
 +$ cd build
 +$ ../configure --prefix=/opt/tcl/8.6.10 --enable-threads --enable-shared 
 +$ make
 +$ make install
 </code> </code>
tools/tcl_tck/tcl/installation/8.6.10.1608355779.txt.gz · 最終更新: 2021/01/09 14:37 (外部編集)