| 95行目: | 95行目: | ||
# TKのインストール | # TKのインストール | ||
cd ~/tk<TKのバージョン名/unix && mkdir build && cd build | cd ~/tk<TKのバージョン名/unix && mkdir build && cd build | ||
../configure --prefix=/home/<ユーザ名>/InstallSoftware/Python/TK --exec-prefix=/home/<ユーザ名>/InstallSoftware/Python/TK --with-tcl=/home/<ユーザ名>/InstallSoftware/Python/TCL | ../configure --prefix=/home/<ユーザ名>/InstallSoftware/Python/TK --exec-prefix=/home/<ユーザ名>/InstallSoftware/Python/TK --with-tcl=/home/<ユーザ名>/InstallSoftware/Python/TCL/lib64 | ||
make -j 8 | make -j 8 | ||
make install | make install | ||