The Tk GUI toolkit that for Tcl
This is an unofficial verbatim redistribution of the binary&source form of the Tk language under its open source license terms (see the LICENSE file).
This redistribution is under the same license as the original.
Please visit the official website for more details: https://www.tcl.tk
You can download the compiled binary files at the release page.
- CentOS 6.6
- x86_64 architecture
- Compiler: gcc version 4.4.7 20120313 (Red Hat 4.4.7-11)
go to https://www.tcl.tk/software/tcltk/download.html to download the source files
tar zxvf tk8.6.4-src.tar.gz
mkdir build_tk-8.6.4
cd build_tcl-8.6.4
../tk8.6.4/unix/configure LDFLAGS=-L/home/steven/install/tcl/8.6.4/lib CPPFLAGS=-L/home/steven/install/8.6.4/include --with-tcl=/home/steven/install/tcl/8.6.4 --prefix=/home/steven/install/tk/8.6.4 --enable-threads=yes --enable-shared=yes --enable-symbols=yes --enable-64bit=yes
make -j10
make test -j10 | tee QualityVerification.txt
make installNote: there must be a tclConfig.sh at /home/steven/install/tcl/8.6.4 . This .sh file is automatically generated by configure when compiling Tcl from the source code.
See the "QualityVerification.txt" for the output of "make check".