ユーザ用ツール

サイト用ツール


tools:tcl_tck:tk:installation:8.6.10

差分

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

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

次のリビジョン
前のリビジョン
tools:tcl_tck:tk:installation:8.6.10 [2020/12/19 06:15]
michiya 作成
tools:tcl_tck:tk:installation:8.6.10 [2021/01/09 14:37] (現在)
行 3: 行 3:
 <code> <code>
 $ wget https://prdownloads.sourceforge.net/tcl/tk8.6.10-src.tar.gz $ wget https://prdownloads.sourceforge.net/tcl/tk8.6.10-src.tar.gz
 +$ tar xvf tk8.6.10-src.tar.gz
 +$ cd tk8.6.10/unix/
 +$ mkdir build
 +$ cd build
 +$ ../configure --prefix=/opt/tk/8.6.10 --enable-threads --enable-shared --with-tcl=/opt/tcl/8.6.10/lib --x-includes=/opt/xorg/libX11/1.6.12/include --x-libraries=/opt/xorg/libX11/1.6.12/lib CFLAGS="-I/opt/xorg/xproto/7.0.31/include"
 +$ make
 +$ make install
 </code> </code>
tools/tcl_tck/tk/installation/8.6.10.1608358546.txt.gz · 最終更新: 2021/01/09 14:37 (外部編集)